Skip to main content

RpcCallback

Type Alias RpcCallback 

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