Enum pixelast::ConsentAnswer[][src]

pub enum ConsentAnswer {
    Yes,
    No,
}

Answer to the consent from. yes or no.

Variants

Auto Trait Implementations