pub type PinWeaverLogReplayResult = Result<LogReplayResponse, PinWeaverError>;
Aliased Type§
enum PinWeaverLogReplayResult {
Ok(LogReplayResponse),
Err(PinWeaverError),
}
Variants§
Ok(LogReplayResponse)
Contains the success value
Err(PinWeaverError)
Contains the error value