pub type AbstractResult<T> = Result<T, AbstractError>;
Expand description

Result type for Abstract objects