Type Definition async_graphql::ServerResult[][src]

type ServerResult<T> = Result<T, ServerError>;

Alias for Result<T, ServerError>.