Searched defs:StackError (Results 1 – 1 of 1) sorted by relevance
38 pub(crate) struct StackError { struct50 impl Clone for StackError { argument66 impl StackError { impl145 impl fmt::Display for StackError { implementation201 unsafe impl Sync for StackError {} implementation202 unsafe impl Send for StackError {} implementation231 pub(crate) fn errors(&self) -> &[StackError] { in errors()