pub trait EndsWithAlphaNum {
    fn ends_with_alpha_num(&self) -> bool;
}

Required methods

Implementations on Foreign Types

Implementors