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]

Implementors§