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

Format for connection IDs

Implementors

Implement Format for all types that implement the required subtraits