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§
Sourcefn set_c_locale(&mut self)
fn set_c_locale(&mut self)
Ensure that a child subprocess runs with the C locale (Unix only).