Enum gdpr_consent::vendor_consent::VendorConsent[][src]

pub enum VendorConsent {
    V1(V1),
}

Variants

Methods

impl VendorConsent
[src]

Trait Implementations

impl FromStr for VendorConsent
[src]

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more

Auto Trait Implementations