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

Required Methods

Implementors