Searched defs:TryIoError (Results 1 – 1 of 1) sorted by relevance
545 ) -> Result<io::Result<R>, TryIoError> { in try_io() argument616 ) -> Result<io::Result<R>, TryIoError> { in try_io() argument675 pub struct TryIoError(()); struct