Trait libreda_db::reference_access::HierarchyReferenceAccess [−][src]
pub trait HierarchyReferenceAccess: HierarchyBase {
fn cell_ref(&self, cell_id: &Self::CellId) -> CellRef<'_, Self> { ... }
fn cell_instance_ref(
&self,
inst_id: &Self::CellInstId
) -> CellInstRef<'_, Self> { ... }
}
Expand description
Trait that provides object-like read access to a cell hierarchy structure and its elements.
Provided methods
fn cell_instance_ref(&self, inst_id: &Self::CellInstId) -> CellInstRef<'_, Self>
fn cell_instance_ref(&self, inst_id: &Self::CellInstId) -> CellInstRef<'_, Self>
Get a cell instance object by its ID.