Struct arc_reactor::routing::recognizer::Router[][src]

pub struct Router<T> { /* fields omitted */ }

Methods

impl<T> Router<T>
[src]

Trait Implementations

impl<T: Clone> Clone for Router<T>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl<T> Send for Router<T> where
    T: Send

impl<T> Sync for Router<T> where
    T: Sync