Trait libreda_db::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.
pub trait EdgeEndpoints<T> {
// Required methods
fn start(&self) -> Point<T>;
fn end(&self) -> Point<T>;
}Get the endpoints of an edge.