pub trait CleanPlaceholders {
// Required method
fn exec_clean(&self) -> Result<Cow<'_, str>>;
}Expand description
Gives the ability for a desktop entry type to provide an executable name cleaned from any placeholder values
pub trait CleanPlaceholders {
// Required method
fn exec_clean(&self) -> Result<Cow<'_, str>>;
}Gives the ability for a desktop entry type to provide an executable name cleaned from any placeholder values