localise MentionableExt
This commit is contained in:
parent
8410d6ad7f
commit
aa4f47baf8
@ -170,7 +170,7 @@ impl<'a> TypelessError<'a> {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
pub trait MentionableExt<'a, Ctx: 'a + Context>: Mentionable<'a, Ctx> {
|
trait MentionableExt<'a, Ctx: 'a + Context>: Mentionable<'a, Ctx> {
|
||||||
/// [Vec] of [Point]s as used by [`Mentionable::topology`].
|
/// [Vec] of [Point]s as used by [`Mentionable::topology`].
|
||||||
fn points_vec(&self) -> Vec<Point<'a, Ctx, TypelessMentionable<'a, Ctx>>>;
|
fn points_vec(&self) -> Vec<Point<'a, Ctx, TypelessMentionable<'a, Ctx>>>;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user