Trait seec::protocols::Wire

source ·
pub trait Wire: Clone + Debug + Send + Sync + 'static { }

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<W: Clone + Debug + Send + Sync + 'static> Wire for W