Trait juniper::IntoFieldError [−][src]
pub trait 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.
Implementors
impl IntoFieldError for FieldError