Trait git_explore::PathEx
source · [−]pub trait PathEx {
fn to_config_path(&self) -> PathBuf;
fn to_path(&self) -> PathBuf;
fn get_content(&self) -> String;
}pub trait PathEx {
fn to_config_path(&self) -> PathBuf;
fn to_path(&self) -> PathBuf;
fn get_content(&self) -> String;
}