Function text_minimap::to_minimap [] [src]

pub fn to_minimap<'a, R>(
    reader: R,
    settings: Settings
) -> Box<Iterator<Item = String> + 'a> where
    R: Read + 'a, 

Generate minimap/preview for the text read from readerj