pub trait EntityElement<'tu> {
    fn entity(&self) -> Entity<'tu>;
}

Required Methods

Implementations on Foreign Types

Implementors