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