Type Definition holochain_types::dna::error::DnaResult[][src]

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

Result type for DnaError