Closed tiby312 closed 2 years ago
trait Render{ fn render(self,w:&mut std::fmt::Write)->std::fmt::Result; }
Additionally make it an adaptor with move semantics
Done
Additionally make it an adaptor with move semantics