Searched defs:AssertSpanError (Results 1 – 1 of 1) sorted by relevance
56 pub struct AssertSpanError(String); struct58 impl fmt::Debug for AssertSpanError { implementation64 impl fmt::Display for AssertSpanError { implementation70 impl std::error::Error for AssertSpanError {} implementation80 fn check(&self, func: &str) -> Result<(), AssertSpanError> { in check() argument