Skip to main content

PasteHandler

Type Alias PasteHandler 

Source
pub type PasteHandler<T, S> = Box<dyn FnMut(String, &MMState<'_, '_, T, S>) -> String + Send + Sync + 'static>;
Expand description

Returns what should be pushed to input

Aliased Typeยง

pub struct PasteHandler<T, S>(/* private fields */);