pub trait InitError {
    fn init_error(&mut self, message: &BilingualStr);
}

Required Methods§

| Send init error. |

Implementors§