Trait exar::ToTabSeparatedString [] [src]

pub trait ToTabSeparatedString {
    fn to_tab_separated_string(&self) -> String;
}

A trait for serializing a type to a tab-separated string.

Required Methods

Returns a tab-separated string from the value.

Implementors