[][src]Type Definition async_graphql::Result

type Result<T, E = Error> = Result<T, E>;

An alias for Result<T, Error>.

Trait Implementations

impl<T: OutputValueType + Sync> OutputValueType for Result<T>[src]

impl<T: Type> Type for Result<T>[src]