Type Alias fc_mapping_sync::EthereumBlockNotificationSinks
source · pub type EthereumBlockNotificationSinks<T> = Mutex<Vec<TracingUnboundedSender<T>>>;
Aliased Type§
struct EthereumBlockNotificationSinks<T> { /* private fields */ }