fedimint_core::db

Type Alias PrefixStream

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

Aliased Typeยง

struct PrefixStream<'a> {}