[][src]Trait sid::Identifier

pub trait Identifier: Copy + FromUsize + ToUsize + PartialEq {
    type Handle: IntegerHandle;
    type Tag;
}

Associated Types

Loading content...

Implementors

impl Identifier for i8[src]

type Handle = i8

type Tag = ()

impl Identifier for i16[src]

type Handle = i16

type Tag = ()

impl Identifier for i32[src]

type Handle = i32

type Tag = ()

impl Identifier for i64[src]

type Handle = i64

type Tag = ()

impl Identifier for u8[src]

type Handle = u8

type Tag = ()

impl Identifier for u16[src]

type Handle = u16

type Tag = ()

impl Identifier for u32[src]

type Handle = u32

type Tag = ()

impl Identifier for u64[src]

type Handle = u64

type Tag = ()

impl<T, H: IntegerHandle> Identifier for Id<T, H>[src]

type Handle = H

type Tag = T

Loading content...