Trait AsStr
plex_api
pub trait AsStr { fn as_str(&self) -> &str; }
fn as_str(&self) -> &str
impl<'_> AsStr for &'_ str