Trait libreda_db::layout::prelude::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.