[][src]Trait dominator::traits::AsStr

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

Required methods

fn as_str(&self) -> &str

Loading content...

Implementations on Foreign Types

impl<'a, A> AsStr for &'a A where
    A: AsStr
[src]

impl AsStr for String[src]

impl AsStr for str[src]

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

Loading content...

Implementors

impl<A, C> AsStr for RefFn<A, str, C> where
    C: Fn(&A) -> &str
[src]

Loading content...