[][src]Type Definition async_graphql::Result

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

Result type, are actually anyhow::Result<T>