Trait CommandUtf8Ext

Source
pub trait CommandUtf8Ext {
    // Required method
    fn set_c_locale(&mut self);
}
Expand description

A trait for setting the locale of a subprocess to C.

Required Methods§

Source

fn set_c_locale(&mut self)

Ensure that a child subprocess runs with the C locale (Unix only).

Implementations on Foreign Types§

Source§

impl CommandUtf8Ext for Command

Source§

fn set_c_locale(&mut self)

Implementors§