pub trait InterfaceImplementations: AsIter<Item = Self::InterfaceImplementation> {
    type InterfaceImplementation: InterfaceImplementation;
}

Required Associated Types§

Object Safety§

This trait is not object safe.

Implementors§