pub trait GetWarnings {
    fn get_warnings(&mut self) -> BilingualStr;
}

Required Methods§

| Get warnings. |

Implementors§