JcWrapper

Trait JcWrapper 

Source
pub trait JcWrapper<T>
where T: for<'a> Deserialize<'a>,
{ // Required method fn parse(&mut self, output_type: CmdOutput) -> Result<T, Error>; }

Required Methods§

Source

fn parse(&mut self, output_type: CmdOutput) -> Result<T, Error>

Implementations on Foreign Types§

Source§

impl<T: for<'a> Deserialize<'a>> JcWrapper<T> for Command

Source§

fn parse(&mut self, output_type: CmdOutput) -> Result<T, Error>

Called on a Command.

Implementors§