Trait distill_core::TypeUuidDynamic[][src]

pub trait TypeUuidDynamic {
    fn uuid(&self) -> [u8; 16];
}

Provides a unique 16-byte ID for a value’s type.

Required methods

fn uuid(&self) -> [u8; 16][src]

Loading content...

Implementors

Loading content...