Trait mon_artist::format::IntoAttributes [] [src]

pub trait IntoAttributes {
    fn into_attributes(self) -> Vec<(String, String)>;
}

Required Methods

Implementors