Function to_args

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

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