[][src]Trait juniper::IntoFieldError

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.

Implementors

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

Loading content...