[][src]Trait tendermint::block::ParseHeight

pub trait ParseHeight {
    fn parse_block_height(&self) -> Result<Height, Error>;
}

Parse block::Height from a type

Required methods

fn parse_block_height(&self) -> Result<Height, Error>

Parse block::Height, or return an Error if parsing failed

Loading content...

Implementors

impl ParseHeight for Proposal[src]

impl ParseHeight for CanonicalVote[src]

impl ParseHeight for Vote[src]

Loading content...