Trait apis::program::Program

source ·
pub trait Program: MachineDotfile {
    fn run(&mut self);

    fn dotfile() -> String
    where
        Self: Sized
, { ... } }

Required Methods§

Provided Methods§

Implementors§