Trait git_status_vars::ShellVars
source · pub trait ShellVars {
// Required method
fn write_to_shell<W: Write>(&self, out: &ShellWriter<W>);
}
Expand description
An object that can be written as a group of shell variables.
pub trait ShellVars {
// Required method
fn write_to_shell<W: Write>(&self, out: &ShellWriter<W>);
}
An object that can be written as a group of shell variables.