//! `NerProvider` trait and `NamedEntity` span type.
/// A single named entity span returned by a [`NerProvider`].
/// Pluggable named-entity classification provider.
///
/// Implementations must be `Send + Sync` to satisfy the `Extractor`
/// contract in `mnem-ingest`.