Trait sfml_modstream::Key[][src]

pub trait Key<'a> {
    fn into_str(self) -> &'a str;
}

Required methods

fn into_str(self) -> &'a str[src]

Loading content...

Implementations on Foreign Types

impl<'a> Key<'a> for &'a str[src]

Loading content...

Implementors

impl Key<'static> for Metadata[src]

Loading content...