[][src]Function serde_command_opts::to_args

pub fn to_args<T>(value: &T) -> Result<Vec<String>, Error> where
    T: Serialize

Serialize an object into command options, using the default serializer settings.