Skip to main content

MeasurablePath

Trait MeasurablePath 

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

Measurable path segment telemetry.

Required Methods§

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

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

fn timestamp(&self) -> u128

Implementors§