pub trait LuksVersionedHeader {
    fn version(&self) -> u16;
    fn uuid(&self) -> Result<Uuid, Error>;
}

Required Methods

Implementors