1 2 3 4
use super::Side; use crate::utils_::key_in; key_in!(SideObject, Side { Top, Bottom, Left, Right } => f64);