(&mut self, ty: Option<&Type>)
| 236 | } |
| 237 | |
| 238 | fn print_stream(&mut self, ty: Option<&Type>) { |
| 239 | self.push_str(&self.stream(ty)) |
| 240 | } |
| 241 | fn stream(&self, ty: Option<&Type>) -> String { |
| 242 | let wt = self.wasmtime_path(); |
| 243 | let mut out = format!("{wt}::component::HostStream<"); |
no test coverage detected