Trait proto::Describable
source · pub trait Describable<'tool>: Send + Sync {
// Required methods
fn get_bin_name(&self) -> &str;
fn get_log_target(&self) -> &str;
fn get_name(&self) -> String;
}
Required Methods§
sourcefn get_bin_name(&self) -> &str
fn get_bin_name(&self) -> &str
Return the tool’s binary name. Will also be used in variables and file names.
sourcefn get_log_target(&self) -> &str
fn get_log_target(&self) -> &str
Return a loggable target name.