[][src]Trait yarte_lexer::IsEmpty

pub trait IsEmpty {
    pub fn is_empty_(&self) -> bool;
}

Required methods

pub fn is_empty_(&self) -> bool[src]

Loading content...

Implementations on Foreign Types

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

impl<T> IsEmpty for Vec<T>[src]

Loading content...

Implementors

Loading content...