Searched refs:StackError (Results 1 – 1 of 1) sorted by relevance
38 pub(crate) struct StackError { struct50 impl Clone for StackError { argument66 impl StackError { impl68 fn get() -> Option<StackError> { in get()95 Some(StackError { in get()127 Some(StackError { in get()145 impl fmt::Display for StackError { implementation201 unsafe impl Sync for StackError {} implementation202 unsafe impl Send for StackError {} implementation205 pub struct ErrorStack(Vec<StackError>);[all …]