use Deref;
/// A particular role an [`crate::models::parsed::Occurrence`] has in a particular
/// [`crate::models::parsed::Symbol`].
///
/// For example, a particular occurrence might represent the definition of a
/// symbol, a reference, or something else.
/// Zero or more roles that an occurrence has for a particular symbol.
;