Trait bp7::bundle::BundleValidation[][src]

pub trait BundleValidation {
    fn has(self, flag: BundleControlFlags) -> bool;
fn validate(self) -> Result<(), Bp7ErrorList>; }

Required methods

Implementors