pub type EthereumBlockNotificationSinks<T> = Mutex<Vec<TracingUnboundedSender<T>>>;

Aliased Type§

struct EthereumBlockNotificationSinks<T> { /* private fields */ }