Setting

Trait Setting 

Source
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

Required Methods§

Source

fn name(&self) -> String

Implementors§