pub type Last<'a> = LastWindow<'a>;

Aliased Type§

struct Last<'a> {
    pub target_session: Option<Cow<'a, str>>,
}

Fields§

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

[-t target-session]