Struct range_encoding::AlreadyEncountered[][src]

pub struct AlreadyEncountered(pub bool);

A trivial container representing the fact that a symbol may need to be defined.

Auto Trait Implementations