pub trait SerializationMethods {
    fn serialize(&self) -> Vec<&'static str> ;
}

Required Methods§

Implementations on Foreign Types§

Implementors§