KnowledgeResult

Type Alias KnowledgeResult 

Source
pub type KnowledgeResult<T> = Result<T, StructError<KnowledgeReason>>;

Aliased Type§

pub enum KnowledgeResult<T> {
    Ok(T),
    Err(StructError<KnowledgeReason>),
}

Variants§

§1.0.0

Ok(T)

Contains the success value

§1.0.0

Err(StructError<KnowledgeReason>)

Contains the error value