Trait std::thunk::InvokeUnstable [-]  [+] [src]

pub trait Invoke<A = (), R = ()> {
    fn invoke(self: Box<Self>, arg: A) -> R;
}

Required Methods

fn invoke(self: Box<Self>, arg: A) -> R

Implementors