Type Definition rsa_der::Result[][src]

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

Result type for rsa-der. This type is equivalent to std::result::Result<T, rsa_der::Error>.