pub trait ToFixString {
    fn to_fix_string(&self) -> FixString;
}

Required Methods

Implementations on Foreign Types

Implementors