pub struct GraphiQLSource { /* fields omitted */ }
Regenerate the GraphiQL interface with the specified endpoint URL.
Formats the value using the given formatter. Read more
The inner type associated with this endpoint.
type Future = GraphiQLFuture<'a>
The type of value which will be returned from apply
.
Perform checking the incoming HTTP request and returns an instance of the associated Future if matched. Read more
[−]
Add an annotation that the associated type Output
is fixed to T
.
Converts self
using the provided Wrapper
.