Hacker News new | ask | show | jobs
by mercurial 4294 days ago
I thought about aliasing true to width_is_auto/margin_right_is_auto, margin_left_is_auto, but sadly you don't seem to be able to use the aliases as patterns with my version of Rust.
1 comments

Using static variables like

  static width_is_auto: bool = true;
should work.