[][src]Trait rustable::ToUUID

pub trait ToUUID {
    fn to_uuid(self) -> UUID;
}

Required methods

fn to_uuid(self) -> UUID

Loading content...

Implementations on Foreign Types

impl<'_> ToUUID for &'_ str[src]

impl ToUUID for u128[src]

Loading content...

Implementors

impl ToUUID for UUID[src]

impl<'_> ToUUID for &'_ UUID[src]

Loading content...