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]

[src]

Performs the conversion.