pub trait ReadJeff {
// Required method
fn module(&self) -> Module<'_>;
}Expand description
Structure that can return a read-only view of a jeff file.
Required Methods§
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".