Trait breadthread::KeyType[][src]

pub trait KeyType {
    type Real;

    const IDENTIFIER: usize;
}
Expand description

The type that a Key can have.

Associated Types

The type that this key represents a pointer to.

Associated Constants

A unique identifier that identifies the key’s type.

Implementors