Exec

Trait Exec 

Source
pub trait Exec {
    // Required method
    fn exec(self, uiua: &mut Uiua) -> UiuaResult;
}
Expand description

Things that can be executed

Required Methods§

Source

fn exec(self, uiua: &mut Uiua) -> UiuaResult

Execute

Implementations on Foreign Types§

Source§

impl<T: Exec + Clone> Exec for Arc<T>

Source§

fn exec(self, uiua: &mut Uiua) -> UiuaResult

Implementors§