jsonrpsee_core

Module id_providers

Source
Available on crate feature server only.
Expand description

Subscription ID providers.

Structs§

NoopIdProvider
No-op implementation to be used for servers that don’t support subscriptions.
RandomIntegerIdProvider
Generates random integers as subscription ID.
RandomStringIdProvider
Generates random strings of length len as subscription ID.