[][src]Trait plex_api::AsStr

pub trait AsStr {
    fn as_str(&self) -> &str;
}

Required methods

fn as_str(&self) -> &str

Loading content...

Implementations on Foreign Types

impl<'_> AsStr for &'_ str[src]

Loading content...

Implementors

Loading content...