Trait Interface

Source
pub trait Interface: In + Out { }

Implementors§

Source§

impl<T: In + Out> Interface for T