Trait mopa::Any [] [src]

pub trait Any: StdAny { }

A type to emulate dynamic typing.

This is a simple wrapper around std::any::Any which exists for technical reasons. Every type that implements std::any::Any implements this Any.

See the std::any::Any documentation for more details.

Any traits to be mopafied must extend this trait.

Implementors