Struct fog_pack::validator::ListItem [−][src]
pub struct ListItem<'a> { /* fields omitted */ }Expand description
An item in a Checklist. To complete it, find a document whose hash matches the one that was
provided alongside this item, then feed that document to the check
function of this item. If the check fails, checking should be halted and the checklist should
be discarded.
Implementations
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for ListItem<'a>
impl<'a> UnwindSafe for ListItem<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = T
Should always be Self