ResourceMap

Type Alias ResourceMap 

Source
pub type ResourceMap = HashMap<Url, Resource>;
Expand description

Newtype wrapper around HashMap, mapping between resource URLs and the downloaded file contents

Aliased Typeยง

pub struct ResourceMap { /* private fields */ }