Interfaces

Type Alias Interfaces 

Source
type Interfaces<'a> = HashMap<ObjectPath<'a>, HashMap<InterfaceName<'static>, ArcInterface>>;

Aliased Typeยง

struct Interfaces<'a> { /* private fields */ }