Macro fixed

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

Shorthand to create a Sizing::Fixed value.