Home
last modified time | relevance | path

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

/third_party/rust/rust/tests/ui/associated-types/
Dissue-67684.rs12 type StreamError; typedef
16 type StreamError = (); typedef
/third_party/python/Lib/
Dtarfile.py283 class StreamError(TarError): class