Trait orml_traits::Happened[][src]

pub trait Happened<T> {
    fn happened(t: &T);
}

Required methods

Implementations on Foreign Types

Implementors