Trait rings_node::backend::extension::ExtensionHandlerCaller
source · pub trait ExtensionHandlerCaller {
// Required method
fn call(&self, msg: BackendMessage) -> Result<BackendMessage>;
}
Expand description
Calls the extension handler with the given message and returns the response.
Required Methods§
sourcefn call(&self, msg: BackendMessage) -> Result<BackendMessage>
fn call(&self, msg: BackendMessage) -> Result<BackendMessage>
Call extension handler