PropMap

Type Alias PropMap 

Source
pub type PropMap<K, V> = IndexMap<K, V>;
Available on crate feature preserve-prop-order only.
Expand description

The structure of the internal storage object properties.

Aliased Type§

pub struct PropMap<K, V> { /* private fields */ }

Trait Implementations§

Source§

impl From<Responses> for PropMap<String, RefOr<Response>>

Source§

fn from(responses: Responses) -> Self

Converts to this type from the input type.