pub trait Setting: Sealed {
// Required method
fn name(&self) -> String;
}
Expand description
Represent a way to map the settings enums to nextcloud passwords setting names
pub trait Setting: Sealed {
// Required method
fn name(&self) -> String;
}
Represent a way to map the settings enums to nextcloud passwords setting names