Trait client_side_validation::ToMerkleSource[][src]

pub trait ToMerkleSource {
    type Leaf: ConsensusMerkleCommit;
    fn to_merkle_source(&self) -> MerkleSource<Self::Leaf>;
}

Associated Types

Loading content...

Required methods

Loading content...

Implementors

Loading content...