Enum hcklib::core::HckInput [−][src]
Expand description
The input types that hck
can parse.
Variants
Implementations
Read the first line of an input and return it.
It’s up to the user to make sure that any consumed bytes are properly handed off to the line parsers later on.
Auto Trait Implementations
impl<P> RefUnwindSafe for HckInput<P> where
P: RefUnwindSafe,
impl<P> UnwindSafe for HckInput<P> where
P: UnwindSafe,