Trait libreda_pnr::db::traits::layout_ids_portrait::imports::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.