Type Alias rings_node::prelude::message::CallbackFn
source · pub type CallbackFn = Box<dyn MessageCallback + Sync + Send, Global>;
Expand description
Boxed Callback, for non-wasm, it should be Sized, Send and Sync.
Aliased Type§
struct CallbackFn(/* private fields */);
Trait Implementations§
1.8.0 · source§impl<T> Error for Box<T, Global>where
T: Error,
impl<T> Error for Box<T, Global>where T: Error,
source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§fn cause(&self) -> Option<&dyn Error>
fn cause(&self) -> Option<&dyn Error>
👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting