pub trait SignalingCallbacks: Default + Clone + Send + Sync + 'static { }
Expand description

Callbacks used by the signaling server

Object Safety§

This trait is not object safe.

Implementors§