Type Definition bitcoincore_rpc::Result[][src]

pub type Result<T> = Result<T, Error>;
Expand description

Crate-specific Result type, shorthand for std::result::Result with our crate-specific Error type;