LoadStream

Trait LoadStream 

Source
pub trait LoadStream: Read
where Self: Static,
{ }
Expand description

Alias for a 'static Read stream.

Implementors§

Source§

impl<S> LoadStream for S
where S: Static + Read,