Skip to main content

apply_intent

Function apply_intent 

Source
pub fn apply_intent<T: Scopeable + Clone + Serialize>(
    items: &[T],
    intent: ExtractionIntent,
) -> ScopedResult<T>
Expand description

Apply an extraction intent to a collection of scopeable items.