pub struct StructureDetector { /* private fields */ }Expand description
Document structure detection
Implementations§
Source§impl StructureDetector
impl StructureDetector
pub fn new() -> RragResult<Self>
pub async fn detect_structure( &self, _content: &DocumentContent, ) -> RragResult<DocumentStructure>
Auto Trait Implementations§
impl Freeze for StructureDetector
impl RefUnwindSafe for StructureDetector
impl Send for StructureDetector
impl Sync for StructureDetector
impl Unpin for StructureDetector
impl UnwindSafe for StructureDetector
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