pub struct RuleSummarizer;Expand description
Deterministic rule-based summariser — no LLM required. The compression pipeline is its only consumer; richer (LLM) summaries are an SDK concern.
Implementations§
Auto Trait Implementations§
impl Freeze for RuleSummarizer
impl RefUnwindSafe for RuleSummarizer
impl Send for RuleSummarizer
impl Sync for RuleSummarizer
impl Unpin for RuleSummarizer
impl UnsafeUnpin for RuleSummarizer
impl UnwindSafe for RuleSummarizer
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