Enum tss_sapi::tcti::ErrorKind
[−]
pub enum ErrorKind {
Msg(String),
GenFail,
IoError,
NotWrapped(u32),
}The kind of an error.
Variants
Msg(String)A convenient variant for String.
GenFailIoErrorNotWrapped(u32)
Methods
impl ErrorKind
fn description(&self) -> &str
A string describing the error kind.