1 2 3 4 5 6 7
use hashbrown::HashMap; use crate::pin::{Pin, PinId}; #[derive(Debug)] #[derive(liberty_macros::Group)] pub struct Cell{ pub pin: HashMap<PinId,Pin> }