[][src]Trait dispatchtable::DispatchFunction

pub trait DispatchFunction<P: ?Sized, R>: Fn(&P) -> R + 'static + Sync + Send where
    P: Send + Sync
{ }

Implementors

impl<T, P: ?Sized, R> DispatchFunction<P, R> for T where
    T: Fn(&P) -> R + 'static + Sync + Send,
    P: Send + Sync
[src]

Loading content...