Struct jojo::Str[][src]

pub struct Str {
    pub str: String,
}

Fields

Trait Implementations

impl<'a> ObjFrom<&'a str> for Str
[src]

impl Obj for Str
[src]

Auto Trait Implementations

impl Send for Str

impl Sync for Str