Function sauron::html::units::cm

source ·
pub fn cm(v: impl Into<Value>) -> String
Expand description

centimeters

Example:

use sauron::html::units::*;

assert_eq!("10cm", cm(10));

MDN reference