Trait polar_core::formatting::to_polar::ToPolarString[][src]

pub trait ToPolarString {
    fn to_polar(&self) -> String;
}

Effectively works as a reverse-parser. Allows types to be turned back into polar-parseable strings.

Required methods

fn to_polar(&self) -> String[src]

Loading content...

Implementors

Loading content...