Add Layout trait
This commit is contained in:
parent
00eda50872
commit
295490858b
12 changed files with 407 additions and 41 deletions
|
|
@ -7,8 +7,8 @@ pub mod misc;
|
|||
pub mod priority_queue;
|
||||
|
||||
pub struct PathInput<'c, M> {
|
||||
connections: &'c [Connection],
|
||||
map: M,
|
||||
pub connections: &'c [Connection],
|
||||
pub map: M,
|
||||
}
|
||||
|
||||
pub struct Connection {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue