ToFeelString

Trait ToFeelString 

Source
pub trait ToFeelString {
    // Required method
    fn to_feel_string(&self) -> String;
}
Expand description

Trait for converting FEEL artifact into FEEL string.

Required Methods§

Source

fn to_feel_string(&self) -> String

Converts FEEL artifact into FEEL string.

Implementors§