Enum tss_tspi::Secret [] [src]

pub enum Secret<'a> {
    WellKnown,
    Key(&'a [u8]),
}

Variants

Trait Implementations

impl<'a> Debug for Secret<'a>
[src]

[src]

Formats the value using the given formatter.