Home
last modified time | relevance | path

Searched defs:AssertSpanError (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/tower/tests/
Dsupport.rs56 pub struct AssertSpanError(String); struct
58 impl fmt::Debug for AssertSpanError { implementation
64 impl fmt::Display for AssertSpanError { implementation
70 impl std::error::Error for AssertSpanError {} implementation
80 fn check(&self, func: &str) -> Result<(), AssertSpanError> { in check() argument