Struct reductionml_core::parsers::VwTextParser
source · pub struct VwTextParser { /* private fields */ }
Trait Implementations§
source§impl TextModeParser for VwTextParser
impl TextModeParser for VwTextParser
fn get_next_chunk( &self, input: &mut dyn BufRead, output_buffer: String ) -> Result<Option<String>>
fn parse_chunk<'a, 'b>( &self, chunk: &'a str ) -> Result<(Features<'b>, Option<Label>)>
fn extract_feature_names<'a>( &self, chunk: &'a str ) -> Result<HashMap<ParsedNamespaceInfo<'a>, Vec<ParsedFeature<'a>>>>
Auto Trait Implementations§
impl !RefUnwindSafe for VwTextParser
impl Send for VwTextParser
impl Sync for VwTextParser
impl Unpin for VwTextParser
impl !UnwindSafe for VwTextParser
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more