Skip to main content

ReceiverFn

Type Alias ReceiverFn 

Source
pub type ReceiverFn = dyn FnMut(usize, &[String]);
Expand description

文本抽取结果接收器的回调函数类型。

对应 Java: ContentExtractor.Receiver