[−][src]Trait juniper::IntoFieldError
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
.
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
.
impl<S> IntoFieldError<S> for FieldError<S>
[src]fn into_field_error(self) -> FieldError<S>
[src]