Struct minifier::js::token::Tokens[][src]

pub struct Tokens<'a>(pub Vec<Token<'a>>);

Trait Implementations

impl<'a> Debug for Tokens<'a>
[src]

Formats the value using the given formatter. Read more

impl<'a> PartialEq for Tokens<'a>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl<'a> Display for Tokens<'a>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for Tokens<'a>

impl<'a> Sync for Tokens<'a>