[][src]Trait believer::decoders::DecodingResult

pub trait DecodingResult: Send + Sync {
    fn succeed(&self) -> bool;

    fn failed(&self) -> bool { ... }
}

Required methods

fn succeed(&self) -> bool

Loading content...

Provided methods

fn failed(&self) -> bool

Loading content...

Implementors

impl DecodingResult for BPResult[src]

impl DecodingResult for ErasureResult[src]

Loading content...