Type Alias TpmResult

Source
pub type TpmResult<T> = Result<T, TpmErrorKind>;

Aliased Type§

pub enum TpmResult<T> {
    Ok(T),
    Err(TpmErrorKind),
}

Variants§

§1.0.0

Ok(T)

Contains the success value

§1.0.0

Err(TpmErrorKind)

Contains the error value