stream_fusion

Trait IntoFusion

Source
pub trait IntoFusion {
    type Source: Source;

    // Required method
    fn fusion(self) -> Stream<Self::Source, Id, Never>;
}

Required Associated Types§

Required Methods§

Source

fn fusion(self) -> Stream<Self::Source, Id, Never>

Implementors§