Skip to main content

make_previewer

Function make_previewer 

Source
pub fn make_previewer<T: SSS, S: Selection>(
    mm: &mut Matchmaker<T, S>,
    previewer_config: PreviewerConfig,
    formatter: Arc<RenderFn<T>>,
    help_str: Text<'static>,
) -> Previewer
Expand description

Causes the program to display a preview of the active result. The Previewer can be connected to Matchmaker using PickOptions::previewer