macro_rules! percent {
($percent:expr) => { ... };
}Expand description
Shorthand macro for Sizing::Percent.
The value has to be in range 0.0..=1.0.
macro_rules! percent {
($percent:expr) => { ... };
}Shorthand macro for Sizing::Percent.
The value has to be in range 0.0..=1.0.