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

Required Methods§

source

fn get_warnings(&mut self) -> BilingualStr

| Get warnings. |

Implementors§