pub trait ToParts {
    fn to_parts(&self) -> String;
}
Expand description

A trait for all types that can convert themselves into a parts string

Required Methods

Implementors