solana_metrics::poh_timing_point

Type Alias PohTimingReceiver

source
pub type PohTimingReceiver = Receiver<SlotPohTimingInfo>;
Expand description

Receiver of SlotPohTimingInfo from the channel

Aliased Typeยง

struct PohTimingReceiver { /* private fields */ }