pub type ProtocolVersionObserver = Arc<dyn Fn(u32) + Send + Sync>;Expand description
Called with the new protocol version each time auto-detect ratchets it
upward. See SdkBuilder::with_protocol_version_observer.
Aliased Typeยง
pub struct ProtocolVersionObserver { /* private fields */ }