Module misc_helpers

Source
Expand description

Miscellaneous helper functions.

Traitsยง

ErrorContext ๐Ÿ”’
Prepend Error messages by context.
ImagoAsRef
Similar to AsRef, but for types where AsRef is not implemented.
Overlaps ๐Ÿ”’
Checks whether something overlaps with something else.
ResultErrorContext ๐Ÿ”’
Give results context in case of error.

Functionsยง

invalid_data ๐Ÿ”’
Generate an io::Error of kind InvalidData.
while_eintr ๐Ÿ”’
Repeat a syscall while it returns EINTR.