Struct fast_escape::Union [] [src]

pub struct Union<A: ContainsChar, B: ContainsChar> { /* fields omitted */ }

Union of two sets of chars.

Trait Implementations

impl<A: ContainsChar, B: ContainsChar> ContainsChar for Union<A, B>
[src]

Returns true if the set represented by the type contains c.

Combinator for creating unions of the sets.