Enum rustable::IDParseError [−][src]
pub enum IDParseError {
InvalidLength,
InvalidDelimiter,
InvalidRadix,
}This trait creates a UUID from the implementing Type. This trait can panic if the given type doesn’t represent a valid uuid. Only 128-bit uuids are supported at the moment.
Note
This trait exists because UUID and MAC will eventually be converted into
their own structs rather than being aliases for Rc<str>
Variants
Trait Implementations
impl From<ParseIntError> for IDParseError[src]
impl From<ParseIntError> for IDParseError[src]