use ;
/// List of possible errors (probably)
/// ```
/// let mut will_error = cuid2_timeless::cuid_wrapper();
/// match will_error() {
/// Ok(e) => {
/// println!("{}", e);
/// },
/// Err(e) => {
/// println!("oh no!");
/// }
/// }
/// ```