[][src]Trait fui_app::FnBox

pub trait FnBox {
    fn call_box(self: Box<Self>);
}

Required methods

fn call_box(self: Box<Self>)

Loading content...

Implementors

impl<F: FnOnce() + Send + 'static> FnBox for F[src]

Loading content...