Trait Key
sfml_modstream
pub trait Key<'a> { fn into_str(self) -> &'a str; }
fn into_str(self) -> &'a str
impl<'a> Key<'a> for &'a str
impl Key<'static> for Metadata
fn into_str(self) -> &'static str