[][src]Function karo::row_range

pub fn row_range<R>(first: R, last: R) -> Result<RowRange> where
    Row: TryFrom<R, Error = Error>,