Function substr_start_for

Source
pub fn substr_start_for(
    s: &str,
    start: i32,
    count: i32,
    writer: &mut impl Write,
) -> Result<()>