Type Definition async_graphql::Result[][src]

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

An alias for Result<T, Error>.

Trait Implementations

Resolve an output value to async_graphql::Value.

Type the name.

Qualified typename.

Create type information in the registry and return qualified typename.

Introspection type name Read more