lib-nested/lib-nested-tty/src/editors/sum.rs

9 lines
129 B
Rust
Raw Normal View History

2023-11-24 21:26:17 +01:00
impl PtySegment for SumEditor {
fn pty_view(&self) -> OuterViewPort<dyn TerminalView> {
self.port.outer()
}
}