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