pub trait ChoicesOutput {
    fn body_string(&self) -> String;
}
Expand description

Traits to serialize values into character sequences.

Required Methods

Serializes self into a String.

Implementations on Foreign Types

Implementors