Type Alias Parts

Source
pub type Parts<'p> = (Option<Part<'p>>, Part<'p>);
Available on crate feature auth only.
Expand description

Represents (issuer, user) parts of the label.

Trait Implementations§

Source§

impl<'l> From<Label<'l>> for Parts<'l>

Source§

fn from(label: Label<'l>) -> Self

Converts to this type from the input type.