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

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

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