1
2
3
4

pub struct OsdString<'a> {
    pub string:&'a str
}