Type Definition bitcoincore_rpc::Result
source · pub type Result<T> = Result<T, Error>;
Expand description
Crate-specific Result type, shorthand for std::result::Result
with our
crate-specific Error type;
pub type Result<T> = Result<T, Error>;
Crate-specific Result type, shorthand for std::result::Result
with our
crate-specific Error type;