TakesPoints
This commit is contained in:
parent
0340c25c86
commit
96f697e285
@ -1 +1 @@
|
||||
Subproject commit c33989ee8688d3dc1cba629069be4ee2ba6d3793
|
||||
Subproject commit 343baf150fe86ad6cd3594828068d42e7bc25b18
|
@ -4,6 +4,7 @@
|
||||
|
||||
mod addresses;
|
||||
mod hashing;
|
||||
mod points;
|
||||
mod resolution;
|
||||
mod resolver_origin;
|
||||
mod serialization;
|
||||
|
5
src/core/points.rs
Normal file
5
src/core/points.rs
Normal file
@ -0,0 +1,5 @@
|
||||
use super::*;
|
||||
|
||||
pub trait TakesPoints<'a, Ctx: 'a + Context> {
|
||||
fn take<A: Mentionable<'a, Ctx>>(&mut self, point: Point<'a, Ctx, A>);
|
||||
}
|
Loading…
Reference in New Issue
Block a user