pub type PinWeaverInsertLeafResult = Result<InsertLeafResponse, PinWeaverError>;

Aliased Type§

enum PinWeaverInsertLeafResult {
    Ok(InsertLeafResponse),
    Err(PinWeaverError),
}

Variants§

§1.0.0

Ok(InsertLeafResponse)

Contains the success value

§1.0.0

Err(PinWeaverError)

Contains the error value