Type Alias salvo_oapi::PropMap

source ·
pub type PropMap<K, V> = IndexMap<K, V>;
Expand description

The structure of the internal storage object properties.

Aliased Type§

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.