Trait Entity

Source
pub trait Entity { }
Expand description

Entity is implemented for all structs that represent Entity types in terms used by mangadex servers

Implementations on Foreign Types§

Source§

impl<T: Entity> Entity for Vec<T>

Implementors§