pub type PresetId = RuntimeString;Expand description
The type representing preset ID.
Aliased Type§
pub enum PresetId {
Borrowed(&'static str),
Owned(String),
}pub type PresetId = RuntimeString;The type representing preset ID.
pub enum PresetId {
Borrowed(&'static str),
Owned(String),
}