UniqueIdentifier

Trait UniqueIdentifier 

Source
pub trait UniqueIdentifier: Send + Sync {
    type Data;
}
Expand description

Defines the data type associated with unique identifier data type

Required Associated Types§

Implementors§