MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/splashsurf / into_output

Method into_output

splashsurf/src/logging.rs:39–42  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

37
38impl<T: Write + Send + 'static> ProgressHandler<T> {
39 pub fn into_output(self) -> Output {
40 let boxed: Box<dyn Write + Send + 'static> = Box::new(self);
41 boxed.into()
42 }
43}
44
45impl<T: Write + Send> Write for ProgressHandler<T> {

Callers 1

build_loggerFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected