pub fn export_db_to_def<C, Crd>(
    options: &DEFExportOptions<C>,
    chip: &C,
    top_cell: &C::CellId,
    def: &mut DEF
) -> Result<(), LefDefExportError>where
    Crd: NumCast + Ord + CoordinateType + PrimInt + Display,
    C: L2NBase<Coord = Crd>,
Expand description

Populate a DEF structure from a type implementing the [trait@L2NBase] trait.