pub type PinWeaverGetLogResult = Result<Vec<LogEntry>, PinWeaverError>;

Aliased Type§

enum PinWeaverGetLogResult {
    Ok(Vec<LogEntry>),
    Err(PinWeaverError),
}

Variants§

§1.0.0

Ok(Vec<LogEntry>)

Contains the success value

§1.0.0

Err(PinWeaverError)

Contains the error value