Type Definition bitcoincore_rpc::Result [−][src]
type Result<T> = Result<T, Error>;
Crate-specific Result type, shorthand for std::result::Result
with our
crate-specific Error type;
type Result<T> = Result<T, Error>;
Crate-specific Result type, shorthand for std::result::Result
with our
crate-specific Error type;