Type Definition casper_node::crypto::Result[][src]

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

A specialized std::result::Result type for cryptographic errors.