Type Definition async_graphql::Result[][src]

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

An alias for Result<T, Error>.

Trait Implementations

impl<T: OutputType + Sync, E: Into<Error> + Send + Sync + Clone> OutputType for Result<T, E>[src]

impl<T: Type, E: Into<Error> + Send + Sync + Clone> Type for Result<T, E>[src]