Enum gip::ProviderFormat [] [src]

pub enum ProviderFormat {
    Plane,
    Json,
}

Format of return value from provider

Variants

Plane text format

JSON format

Trait Implementations

impl Debug for ProviderFormat
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations