Enum reproto_backend_go::TagValue [] [src]

pub enum TagValue {
    String(String),
}

Variants

Trait Implementations

impl From<TagValue> for Element<'static, Go<'static>>
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for TagValue

impl Sync for TagValue