Trait reedline::History[][src]

pub trait History: HistoryAppender + HistoryView { }
Expand description

The trait that handles history activity, which includes the history buffer and navigating the history

Implementors