Trait infinitree::fields::depth::Depth

source ·
pub trait Depth: Sealed {
    // Required method
    fn resolve(
        index: Pool<AEADReader>,
        transactions: Vec<(CommitId, String, Stream)>,
    ) -> Box<dyn Iterator<Item = DeserializeStream> + Sync + Send>;
}

Required Methods§

source

fn resolve( index: Pool<AEADReader>, transactions: Vec<(CommitId, String, Stream)>, ) -> Box<dyn Iterator<Item = DeserializeStream> + Sync + Send>

Object Safety§

This trait is not object safe.

Implementors§