Searched defs:InitError (Results 1 – 1 of 1) sorted by relevance
2369 pub struct InitError { struct2374 pub(crate) nested: Option<Box<InitError>>, argument2376 impl InitError { implementation2377 fn spanned(self, span: Span) -> InitError { in spanned()2381 fn nested(self, nested: impl Into<Option<InitError>>) -> InitError { in nested() method2387 impl<'a> From<&'a str> for InitError { implementation2392 impl From<String> for InitError { implementation2465 ) -> Option<InitError> { in check_expr()2516 ) -> Option<InitError> { in check_expr()