Type Alias solana_metrics::poh_timing_point::PohTimingSender

source ·
pub type PohTimingSender = Sender<SlotPohTimingInfo>;
Expand description

Sender of SlotPohTimingInfo to the channel

Aliased Type§

struct PohTimingSender { /* private fields */ }