PushFunction

Type Alias PushFunction 

Source
pub type PushFunction<C> = Arc<Box<dyn Fn(&C, bool) -> PushFuture + Send + Sync>>;
Expand description

A function that returns a push future.

Aliased Typeยง

pub struct PushFunction<C> { /* private fields */ }