Type Definition async_graphql::Result

source ·
pub type Result<T, E = Error> = Result<T, E>;
Expand description

An alias for Result<T, Error>.

Trait Implementations

Type the name.
Create type information in the registry and return qualified typename.
Resolve an output value to async_graphql::Value.
Qualified typename.
Introspection type name Read more