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
fn to_tab_separated_string(&self) -> String
Returns a tab-separated string from the value.
Implementors
impl ToTabSeparatedString for DatabaseErrorimpl ToTabSeparatedString for ErrorKindimpl ToTabSeparatedString for Event