pub struct SemanticExtractor { /* private fields */ }Expand description
Standalone semantic extractor that analyzes any grid
Implementations§
Source§impl SemanticExtractor
impl SemanticExtractor
Sourcepub fn new(config: SemanticConfig) -> Self
pub fn new(config: SemanticConfig) -> Self
Create a new semantic extractor with the given configuration
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SemanticExtractor
impl RefUnwindSafe for SemanticExtractor
impl Send for SemanticExtractor
impl Sync for SemanticExtractor
impl Unpin for SemanticExtractor
impl UnwindSafe for SemanticExtractor
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