Type Alias fedimint_core::db::PrefixStream

source ·
pub type PrefixStream<'a> = Pin<Box<dyn Stream<Item = (Vec<u8>, Vec<u8>)> + Send + 'a>>;

Aliased Type§

struct PrefixStream<'a> {}