Type Definition ferrum_router::recognizer::types::Store [] [src]

type Store<N, P> = HashMap<N, P>;

Trait Implementations

impl<N, P> GlobTypes for Store<N, P> where
    N: TypeName,
    P: TypePattern
[src]

[src]

impl<N, P> GlobTypesMut for Store<N, P> where
    N: TypeName,
    P: TypePattern
[src]

[src]

impl<'a, N, P> GlobTypes for &'a Store<N, P> where
    N: TypeName,
    P: TypePattern
[src]

[src]

impl<'a, N, P> GlobTypes for &'a mut Store<N, P> where
    N: TypeName,
    P: TypePattern
[src]

[src]

impl<'a, N, P> GlobTypesMut for &'a mut Store<N, P> where
    N: TypeName,
    P: TypePattern
[src]

[src]