MapSource

Type Alias MapSource 

Source
pub type MapSource = StringSource<HashMap<String, String>>;
Expand description

A source which uses values provided from a HashMap.

See the crate and StringSource documentation for more details.

Aliased Typeยง

pub struct MapSource { /* private fields */ }