pub trait SourceExt { // Required method fn boxed(self) -> BoxSource; }
Extension methods for Source.
An alias for BoxSource::from.