Trait O

Source
pub trait O: Fn(&B) -> B { }

Implementors§

Source§

impl<T: Fn(&B) -> B> O for T