Skip to main content

GraphIndexInteger

Trait GraphIndexInteger 

Source
pub trait GraphIndexInteger:
    PrimInt
    + Hash
    + Debug
    + Display
    + From<u8>
    + TryFrom<usize>
    + TryInto<usize> { }

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§