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