Type Alias kparse::DynTrackProvider

source ·
pub type DynTrackProvider<'s, C, T> = &'s dyn TrackProvider<C, T>;
Expand description

Standard input type. This is a LocatedSpan with a TrackProvider.

Trait Implementations§

source§

impl<'c, C, T> Debug for DynTrackProvider<'c, C, T>where C: Code,

source§

fn fmt(&self, _: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more