Skip to main content

StreamCallback

Type Alias StreamCallback 

Source
pub type StreamCallback<T> = Box<dyn Fn(T) + Send + Sync + 'static>;
Expand description

Callback type for stream subscriptions

Aliased Typeยง

pub struct StreamCallback<T>(/* private fields */);