| 32 | create_exception!(impit, StreamClosed, StreamError); |
| 33 | |
| 34 | pub(crate) struct ImpitPyError(pub ImpitError); |
| 35 | |
| 36 | impl From<ImpitError> for ImpitPyError { |
| 37 | fn from(err: ImpitError) -> Self { |
no outgoing calls
no test coverage detected
searching dependent graphs…