pub trait DestinationType: Destination<Client = DefaultClient> + Send + Unpin + Sync + Clone + Debug + 'static { }

Implementors§

source§

impl<T: Destination<Client = DefaultClient> + Send + Unpin + Sync + Clone + Debug + 'static> DestinationType for T