MeasurablePath

Trait MeasurablePath 

Source
pub trait MeasurablePath {
    // Required methods
    fn id(&self) -> &[u8] ;
    fn path(&self) -> &[u8] ;
    fn timestamp(&self) -> u128;
}
Expand description

Measurable path telemetry.

Required Methods§

Source

fn id(&self) -> &[u8]

Source

fn path(&self) -> &[u8]

Source

fn timestamp(&self) -> u128

Implementors§