Trait libreda_pnr::place::stdcell_placer::db::EdgeEndpoints
pub trait EdgeEndpoints<T> {
// Required methods
fn start(&self) -> Point<T>;
fn end(&self) -> Point<T>;
}Expand description
Get the endpoints of an edge.