pub type LayoutResult = Result<(Vec<PaneId>, Vec<Box<dyn PtyBackend>>)>;Expand description
Pane IDs + extracted PTY backends that the caller must close outside the lock.
Aliased Type§
pub enum LayoutResult {
Ok((Vec<String>, Vec<Box<dyn PtyBackend>>)),
Err(Error),
}