Trait osiris_data::data::identification::Identifier

source ·
pub trait Identifier: Hash {
    // Required method
    fn to_usize(&self) -> usize;
}
Expand description

A trait which means a type can transform into an usize.

Required Methods§

source

fn to_usize(&self) -> usize

Object Safety§

This trait is not object safe.

Implementors§