pub type Next<'a> = NextWindow<'a>;

Aliased Type§

struct Next<'a> {
    pub attach: bool,
    pub target_session: Option<Cow<'a, str>>,
}

Fields§

§attach: bool

[-a]

§target_session: Option<Cow<'a, str>>

[-t target-session]