[][src]Type Definition dasn1_der::error::Result

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

Alias for a Result with the error type asn1_der::Error.