Trait jc_wrapper::JcWrapper

source ·
pub trait JcWrapper<T>where
    T: for<'a> Deserialize<'a>,
{ fn parse(&mut self, output_type: CmdOutput) -> Result<T, Box<dyn Error>>; }

Required Methods§

Implementations on Foreign Types§

Called on a Command.

Implementors§