Type Definition rings_node::prelude::message::CallbackFn

source ·
pub type CallbackFn = Box<dyn MessageCallback + Sync + Send + 'static, Global>;
Expand description

Boxed Callback, for non-wasm, it should be Sized, Send and Sync.