Trait juniper::executor::IntoFieldError[][src]

pub trait IntoFieldError<S = DefaultScalarValue> { }

Custom error handling trait to enable Error types other than FieldError to be specified as return value.

Any custom error type should implement this trait to convert it to FieldError.

Implementations on Foreign Types

impl<S> IntoFieldError<S> for Infallible[src]

Loading content...

Implementors

Loading content...