Skip to main content

CommandBuilder

Trait CommandBuilder 

Source
pub trait CommandBuilder<T: Executable> {
    // Required method
    fn try_build(self) -> Result<T, Error>;
}

Required Methods§

Source

fn try_build(self) -> Result<T, Error>

Implementors§