Type Alias SlotContribution
pub type SlotContribution = Option<MaybePos>;Expand description
What one host (slot) value contributes to one endpoint of a pending span:
None = lark’s _pp_get_meta skips it (not a Token/Tree/__lark_meta__,
or a Tree with empty meta); Some = the container-preferred point, whose
individual fields may still be unknown.
Aliased Type§
pub enum SlotContribution {
None,
Some(MaybePos),
}