pub trait AssociatedQuire<P> {
    type Q: Quire<P>;
}

Required Associated Types§

Implementors§