Trait ttmap::Type

source ·
pub trait Type: 'static + Send + Sync { }
Expand description

Valid type allowed as key of type map

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<T: 'static + Send + Sync> Type for T