devela::_dep::kira::sound

Trait IntoOptionalRegion

pub trait IntoOptionalRegion {
    // Required method
    fn into_optional_region(self) -> Option<Region> ;
}
Available on crate feature dep_kira only.
Expand description

A trait for types that can be converted into an Option<Region>.

Required Methods§

fn into_optional_region(self) -> Option<Region>

Converts the type into an Option<Region>.

Implementors§