Struct minifier::css::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> Eq for Tokens<'a>
[src]

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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>