Trait async_graphql::GuardExt
source · pub trait GuardExt: Guard + Sized {
// Provided methods
fn and<R: Guard>(self, other: R) -> And<Self, R> { ... }
fn or<R: Guard>(self, other: R) -> Or<Self, R> { ... }
}
Expand description
An extension trait for Guard
.
Provided Methods§
Object Safety§
This trait is not object safe.