Module gmt_dos_actors_clients_interface::select

source ·
Expand description

§Vector element selection

The module defines the structure Select<U: UniqueIdentifier, const IDX: usize> that selects the element at index IDX in a vector for a type U that implements the trait UniqueIdentifier with datatype UniqueIdentifier::DataType=Vec<T>

Structs§

  • Vector element selection type

Traits§