pub trait Mappable: DeJson + Eq + Hash { }
Expand description

A trait bound that limits what types can be used in an ActionIDMap.

Implementors§

source§

impl<T> Mappable for Twhere T: DeJson + Eq + Hash,