pub trait EntityAPI: ThingAPI + Clone + Into<Entity> { }

Object Safety§

This trait is not object safe.

Implementors§