Skip to main content

Source

Trait Source 

Source
pub trait Source<T> {
    // Required method
    fn into_stream(self) -> impl Stream<Item = T>;
}

Required Methods§

Source

fn into_stream(self) -> impl Stream<Item = T>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§