Trait reactor::ResourceId
source · pub trait ResourceId: Copy + Eq + Ord + Hash + Send + Debug + Display { }Expand description
Marker traits for types which can be used as a reactor-managed Resource identifiers.
pub trait ResourceId: Copy + Eq + Ord + Hash + Send + Debug + Display { }Marker traits for types which can be used as a reactor-managed Resource identifiers.