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

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

Required methods

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

fn validation_error(self) -> Option<Bp7Error>

Loading content...

Implementors

impl BlockValidation for BlockControlFlags[src]

Loading content...