pub trait ContainsOperation<Op>: ServiceShape {
    const VALUE: Self::Operations;
}

Required Associated Constants§

source

const VALUE: Self::Operations

Object Safety§

This trait is not object safe.

Implementors§