pub type DnaResult<T> = Result<T, DnaError>;
Expand description

Result type for DnaError