pub trait ContainsOperation<Op>: ServiceShape {
const VALUE: Self::Operations;
}
Required Associated Constants§
const VALUE: Self::Operations
Object Safety§
This trait is not object safe.
pub trait ContainsOperation<Op>: ServiceShape {
const VALUE: Self::Operations;
}