Struct mysql_common::value::convert::StringIr [] [src]

pub struct StringIr { /* fields omitted */ }

Intermediate result of a Value-to-String conversion.

Trait Implementations

impl Debug for StringIr
[src]

[src]

Formats the value using the given formatter.

impl ConvIr<String> for StringIr
[src]