Function col

Source
pub fn col<C>(number: C) -> Result<Col>
where Col: TryFrom<C, Error = Error>,