Trait telemetry::Flatten [] [src]

pub trait Flatten {
    fn as_u32(&self) -> u32;
}

A value that can be represented as a u32.

Required Methods

fn as_u32(&self) -> u32

Implementors