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