Macro gazebo::any_lifetime[][src]

macro_rules! any_lifetime {
    ($t : ident < $l : lifetime >) => { ... };
    (& $t : ident) => { ... };
    ($t : ty) => { ... };
}
Expand description

Used to implement the AnyLifetime trait.