Trait bitcoind_request::command::CallableCommand
source · [−]pub trait CallableCommand {
type Response;
fn call(&self, client: &Client) -> Result<Self::Response, Error>;
}pub trait CallableCommand {
type Response;
fn call(&self, client: &Client) -> Result<Self::Response, Error>;
}