[][src]Function karo::col_range

pub fn col_range<C>(first: C, last: C) -> Result<ColRange> where
    Col: TryFrom<C, Error = Error>,