pub type ShowPHist<'a> = ShowPromptHistory<'a>;

Aliased Type§

struct ShowPHist<'a> {
    pub prompt_type: Option<Cow<'a, str>>,
}

Fields§

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

[-T prompt-type]