Struct chomp::primitives::Guard [] [src]

pub struct Guard(_);

This is a zero-sized type used by the Primitives trait implementation to guarantee that access to primitive methods on Input only happens when the Primitives trait has been imported.

It cannot be instantiated outside of the Primitives trait blanket implementation.