[][src]Trait bp7::bundle::BlockValidation

pub trait BlockValidation {
    fn has(self, flag: BlockControlFlags) -> bool;
fn validate(self) -> Result<(), Bp7Error>; }

Required methods

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

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

Loading content...

Implementors

impl BlockValidation for BlockControlFlags[src]

Loading content...