Trait bp7::flags::BundleValidation[][src]

pub trait BundleValidation {
    fn flags(&self) -> BundleControlFlags;
fn set(&mut self, flags: BundleControlFlags); fn contains(&self, flags: BundleControlFlags) -> bool
    where
        Self: Sized
, { ... }
fn validate(&self) -> Result<(), ErrorList>
    where
        Self: Sized
, { ... } }

Required methods

Provided methods

Implementors