Macro percent

Source
macro_rules! percent {
    ($percent:expr) => { ... };
}
Expand description

Shorthand to create a Sizing::Percent value.