Struct slater::Leaf [−][src]
pub struct Leaf {
pub text: String,
}Fields
text: String
Methods
impl Leaf[src]
impl LeafTrait Implementations
impl Debug for Leaf[src]
impl Debug for Leaffn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Serialize for Leaf[src]
impl Serialize for Leaf