pub trait GetNameSource {
    fn get_name() -> ObsString;
}

Required Methods

Implementors