pub trait Format: 'static + Validator + Generator + Send { }
Expand description

Format for connection IDs

Implementors§

source§

impl<T> Format for T
where T: 'static + Validator + Generator + Send,

Implement Format for all types that implement the required subtraits