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

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

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

Required methods

Implementors