Trait mocker::Mocker[][src]

pub trait Mocker {
    fn uppercase(&mut self) -> bool;
}
Expand description

Trait representing a Mocker. A Mocker is a little utility which has a method which determines if the current letter should be uppercase or not.

Required methods

fn uppercase(&mut self) -> bool[src]

Expand description

Returns true if the current character should be uppercase or not.

Loading content...

Implementors

Loading content...