pub trait Music {
    fn music(&self) -> Option<String> { ... }
}

Provided Methods

Name of background music file

Implementors