Function kabuki::actor_fn
[−]
[src]
pub fn actor_fn<F, T, U>(f: F) -> ActorFn<F, T> where F: FnMut(T) -> U, U: IntoFutureReturns an Actor backed by the given closure.