Callable

Trait Callable 

Source
pub trait Callable<T> {
    // Required method
    fn call(&mut self) -> T;
}

Required Methods§

Source

fn call(&mut self) -> T

Implementors§