pub trait LoadStream: Readwhere
Self: Static,{ }Expand description
Alias for a 'static Read stream.
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".
pub trait LoadStream: Readwhere
Self: Static,{ }Alias for a 'static Read stream.
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".