pub trait ContentStringConversion {
    fn from_string(txt: &String) -> Option<Self>
    where
        Self: Sized
; }

Required Methods§

Implementations on Foreign Types§

Implementors§