Function relay_event_schema::processor::split_chunks

source ยท
pub fn split_chunks<'a, I>(text: &'a str, remarks: I) -> Vec<Chunk<'a>>
where I: IntoIterator<Item = &'a Remark>,
Expand description

Chunks the given text based on remarks.