pub trait InitWarning {
    fn init_warning(&mut self, message: &BilingualStr);
}

Required Methods§

| Send init warning. |

Implementors§