Searched defs:SendError (Results 1 – 2 of 2) sorted by relevance
55 int SendError(MHD_Connection* connection, const char* msg) { in SendError() function
415 pub struct SendError<T>(#[stable(feature = "rust1", since = "1.0.0")] pub T); struct1113 impl<T> fmt::Debug for SendError<T> { implementation1120 impl<T> fmt::Display for SendError<T> { implementation1127 impl<T> error::Error for SendError<T> { implementation