Struct limn_core::resources::Map [] [src]

pub struct Map<I, T> { /* fields omitted */ }

Map for a given Id and resource type.

Methods

impl<I: Id, T> Map<I, T>
[src]

[src]

[src]

Borrow the resource associated with the given Id.

[src]

Adds the given resource to the Map and returns a unique Id for it.

Trait Implementations

impl<I: Id, T> Default for Map<I, T>
[src]

[src]

Returns the "default value" for a type. Read more