Enum gip::ProviderType [] [src]

pub enum ProviderType {
    Plane,
    Json,
}

Format of return value from provider

Variants

Plane

Plane text format

Json

JSON format

Trait Implementations

Derived Implementations

impl Debug for ProviderType

fn fmt(&self, __arg_0: &mut Formatter) -> Result