Skip to main content

Entrypoint

Trait Entrypoint 

Source
pub trait Entrypoint {
    // Required methods
    fn name(&self) -> &str;
    fn chunks(&self) -> &[ChunkId];
}

Required Methods§

Source

fn name(&self) -> &str

Source

fn chunks(&self) -> &[ChunkId]

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§