Enum vkxml::IncludeStyle [] [src]

pub enum IncludeStyle {
    Quote,
    Bracket,
}

Specifies whether to use "" or <> around the include name.

Variants

Trait Implementations

impl Debug for IncludeStyle
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for IncludeStyle

impl Sync for IncludeStyle