Type Alias LogsSubscription

Source
pub type LogsSubscription = (PubsubClientSubscription<Response<RpcLogsResponse>>, Receiver<Response<RpcLogsResponse>>);