pub fn export_macro_to_lef<C, Crd>(
    options: &LEFExportOptions<C>,
    chip: &C,
    macro_cell: &C::CellId,
    lef: &mut LEF
) -> Result<(), LefDefExportError>where
    Crd: NumCast + Ord + CoordinateType + PrimInt + Display,
    C: L2NBase<Coord = Crd>,
Expand description

Populate a LEF structure with a MACRO (cell).