Searched defs:PushError (Results 1 – 1 of 1) sorted by relevance
9 pub struct PushError<T>(pub T); struct11 impl<T> Debug for PushError<T> { implementation