Trait apis::program::Program

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

    // Provided method
    fn dotfile() -> String
       where Self: Sized { ... }
}

Required Methods§

source

fn run(&mut self)

Provided Methods§

source

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

Object Safety§

This trait is not object safe.

Implementors§