Trait abc_parser::datatypes::writer::ToABC[][src]

pub trait ToABC {
    fn to_abc(&self) -> String;
}

Required methods

Creates a valid ABC text representation of the object.

Implementations on Foreign Types

Implementors