[][src]Struct fst::set::Intersection

pub struct Intersection<'s>(_);

A stream of set intersection over multiple streams in lexicographic order.

The 's lifetime parameter refers to the lifetime of the underlying set.

Trait Implementations

impl<'a, 's> Streamer<'a> for Intersection<'s>[src]

type Item = &'a [u8]

The type of the item emitted by this stream.

Auto Trait Implementations

impl<'s> Unpin for Intersection<'s>

impl<'s> !Sync for Intersection<'s>

impl<'s> !Send for Intersection<'s>

impl<'s> !RefUnwindSafe for Intersection<'s>

impl<'s> !UnwindSafe for Intersection<'s>

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]