Type Alias EthereumBlockNotificationSinks

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

Aliased Typeยง

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