[][src]Function xrl::spawn_command

pub fn spawn_command<B, F>(
    command: Command,
    builder: B
) -> Result<(Client, CoreStderr), ClientError> where
    F: Frontend + 'static + Send,
    B: FrontendBuilder<Frontend = F> + 'static, 

Same as spawn but accepts an arbitrary std::process::Command.