[][src]Type Definition shesek_bitcoincore_rpc::Result

type Result<T> = Result<T, Error>;

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