Type Definition station::process::PubSubCallback[][src]

pub type PubSubCallback<T> = Box<dyn Send + Fn(T)>;