Trait SourceExt

Source
pub trait SourceExt {
    // Required method
    fn boxed(self) -> BoxSource;
}
Expand description

Extension methods for Source.

Required Methods§

Source

fn boxed(self) -> BoxSource

An alias for BoxSource::from.

Implementors§

Source§

impl<T: Source + 'static> SourceExt for T