Type Definition edn::entities::MapNotation
[−]
[src]
type MapNotation<V> = BTreeMap<EntidOrIdent, ValuePlace<V>>;
Trait Implementations
impl<V: TransactableValueMarker> From<MapNotation<V>> for ValuePlace<V>
[src]
fn from(v: MapNotation<V>) -> Self
[src]
Performs the conversion.