Macro juniper::jtry [] [src]

macro_rules! jtry {
    ( $e:expr ) => { ... };
}

Helper macro to produce FieldResults.

See the documentation for the ResultExt trait.