CommandExecutor

Trait CommandExecutor 

Source
pub trait CommandExecutor {
    // Required method
    fn execute(&self, cmd: Bytes, size: Option<TypstSize>) -> Option<VecItem>;
}

Required Methods§

Source

fn execute(&self, cmd: Bytes, size: Option<TypstSize>) -> Option<VecItem>

Implementations on Foreign Types§

Source§

impl CommandExecutor for ()

Implementors§