pub type PinWeaverLogReplayResult = Result<LogReplayResponse, PinWeaverError>;

Aliased Type§

enum PinWeaverLogReplayResult {
    Ok(LogReplayResponse),
    Err(PinWeaverError),
}

Variants§

§1.0.0

Ok(LogReplayResponse)

Contains the success value

§1.0.0

Err(PinWeaverError)

Contains the error value