Home
last modified time | relevance | path

Searched defs:SlotVerifyError (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/avb/rust/src/
H A Derror.rs39 pub enum SlotVerifyError<'a> { enum
72 impl<'a> SlotVerifyError<'a> { implementation
92 impl<'a> fmt::Display for SlotVerifyError<'a> { implementation