tab-daemon 0.5.4

the daemon module for the tab terminal multiplexer
Documentation
1
2
3
4
5
6
7
8
9
use tab_api::tab::TabMetadata;

use crate::state::assignment::Retraction;

#[derive(Clone, Debug)]
pub struct AssignTab(pub TabMetadata);

#[derive(Debug, Clone)]
pub struct TabAssignmentRetraction(pub Retraction<TabMetadata>);