Trait enso_prelude::HasItem[][src]

pub trait HasItem {
    type Item;
}
Expand description

Type family for structures containing items.

Associated Types

Implementations on Foreign Types

Implementors