Type Alias RpcCallback

Source
pub type RpcCallback = dyn Fn(Vec<u8>) + Send + 'static;