[][src]Trait serenity::cache::StrExt

pub trait StrExt: Sized {
    fn parse_cached<F: FromStrAndCache>(
        &self,
        cache: impl AsRef<CacheRwLock>
    ) -> Result<F, F::Err>; }

Required methods

fn parse_cached<F: FromStrAndCache>(
    &self,
    cache: impl AsRef<CacheRwLock>
) -> Result<F, F::Err>

Loading content...

Implementations on Foreign Types

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

Loading content...

Implementors

Loading content...