Struct hcklib::core::CoreConfig [−][src]
pub struct CoreConfig<'a> { /* fields omitted */ }
Expand description
The config object for Core
.
Implementations
Get the parsed delimiter
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.
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for CoreConfig<'a>
impl<'a> Send for CoreConfig<'a>
impl<'a> Sync for CoreConfig<'a>
impl<'a> Unpin for CoreConfig<'a>
impl<'a> UnwindSafe for CoreConfig<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more