Trait type_ulid::TypeUlid

source ·
pub trait TypeUlid {
    const ULID: Ulid;
}
Expand description

Associates a Ulid ID to a Rust type.

⚠️ Warning: there is nothing enforcing that the Ulids returned by different types will be different.

Required Associated Constants§

source

const ULID: Ulid

The type’s Ulid.

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl TypeUlid for char

source§

const ULID: Ulid = _

source§

impl TypeUlid for i8

source§

const ULID: Ulid = _

source§

impl TypeUlid for i16

source§

const ULID: Ulid = _

source§

impl TypeUlid for i32

source§

const ULID: Ulid = _

source§

impl TypeUlid for i64

source§

const ULID: Ulid = _

source§

impl TypeUlid for i128

source§

const ULID: Ulid = _

source§

impl TypeUlid for str

source§

const ULID: Ulid = _

source§

impl TypeUlid for u8

source§

const ULID: Ulid = _

source§

impl TypeUlid for u16

source§

const ULID: Ulid = _

source§

impl TypeUlid for u32

source§

const ULID: Ulid = _

source§

impl TypeUlid for u64

source§

const ULID: Ulid = _

source§

impl TypeUlid for u128

source§

const ULID: Ulid = _

source§

impl TypeUlid for ()

source§

const ULID: Ulid = _

source§

impl TypeUlid for CString

source§

const ULID: Ulid = _

source§

impl TypeUlid for String

source§

const ULID: Ulid = _

source§

impl TypeUlid for CStr

source§

const ULID: Ulid = _

source§

impl TypeUlid for Duration

source§

const ULID: Ulid = _

source§

impl TypeUlid for OsStr

source§

const ULID: Ulid = _

source§

impl TypeUlid for OsString

source§

const ULID: Ulid = _

source§

impl TypeUlid for Path

source§

const ULID: Ulid = _

source§

impl TypeUlid for PathBuf

source§

const ULID: Ulid = _

Implementors§