Skip to main content

ReadJeff

Trait ReadJeff 

Source
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§

Source

fn module(&self) -> Module<'_>

Returns a read-only reference to the capnp jeff module.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

impl ReadJeff for Jeff<'_>