Module part

Source
Available on crate feature auth only.
Expand description

Authentication parts.

Structs§

DecodeError
Represents errors that can occur when decoding parts.
EmptyError
Represents errors returned when the part is empty.
Error
Represents errors that can occur when parsing parts.
Part
Represents authentication parts.
SeparatorError
Represents errors returned when parts contain the SEPARATOR.

Enums§

DecodeErrorSource
Represents sources of errors that can occur when decoding parts.
ErrorSource
Represents sources of errors that can occur when parsing parts.

Constants§

SEPARATOR
The separator used to join parts.

Type Aliases§

Owned
Represents owned Part.