Type Definition materialized::mux::Handlers

source · []
type Handlers = Vec<Box<dyn ConnectionHandler + Send + Sync>>;