Trait despatma_lib::extensions::ToLowercase[][src]

pub trait ToLowercase {
    fn to_lowercase(&self) -> Self;
}

Extension helper to turn part of a token stream into lowercase

Required methods

fn to_lowercase(&self) -> Self[src]

Create a lower case copy of this token

Loading content...

Implementations on Foreign Types

impl ToLowercase for Ident[src]

Allow Idents to be turned into lowercase

Loading content...

Implementors

Loading content...