Type Alias Parts

Source
pub type Parts<'p> = (Cow<'p, str>, String, Method);
Expand description

Represents (verifier, secret, method) parts.

Trait Implementations§

Source§

impl<'c> From<Code<'c>> for Parts<'c>

Source§

fn from(code: Code<'c>) -> Self

Converts to this type from the input type.