Struct sixtyfps_corelib::Callback [−][src]
A Callback that can be connected to a handler.
The Arg represents the argument. It should always be a tuple
Implementations
Trait Implementations
Auto Trait Implementations
impl<Arg, Ret = ()> !RefUnwindSafe for Callback<Arg, Ret>
impl<Arg, Ret = ()> !RefUnwindSafe for Callback<Arg, Ret>
impl<Arg, Ret = ()> !UnwindSafe for Callback<Arg, Ret>
impl<Arg, Ret = ()> !UnwindSafe for Callback<Arg, Ret>