Module gazebo::any[][src]

Expand description

Methods that build upon the Any trait.

Structs

Like Any, but instead of being a value of non-statically-determined type, provides a result into which a specific type can be written.

Traits

Like Any, but while Any requires 'static, this version allows a lifetime parameter.

Derive Macros

Derive the AnyLifetime trait. Requires the type has no type arguments, no constant arguments, and at most one lifetime argument.