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

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

Required methods

fn has(self, flag: BundleControlFlags) -> bool

fn validate(self) -> Result<(), Bp7ErrorList>

Loading content...

Implementors

impl BundleValidation for BundleControlFlags[src]

Loading content...