Trait FindToken

pub trait FindToken<T>

Look for a token in self

Required Methods

fn find_token(&self, token: T) -> bool

Returns true if self contains the token

Implementors