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

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

Required methods

Loading content...

Implementors

impl BundleValidation for BundleControlFlags[src]

Loading content...