Trait orml_traits::Handler

source ·
pub trait Handler<T> {
    fn handle(t: &T) -> DispatchResult;
}

Required Methods§

Implementations on Foreign Types§

Implementors§