loosen ExternalPointsProxy
bounds
This commit is contained in:
parent
c2a69bd384
commit
9f1b9d6b6a
@ -4,10 +4,7 @@ pub trait ExternalPoints<'a, Ctx: Context<'a>, T> {
|
||||
fn ex_points_typed(mentionable: &T, points: &mut impl PointsVisitor<'a, Ctx>);
|
||||
}
|
||||
|
||||
pub trait ExternalPointsProxy<'a, Ctx: Context<'a>, T>: FactoryProxy<'a, Ctx>
|
||||
where
|
||||
Self::F: Factory<'a, Ctx>,
|
||||
{
|
||||
pub trait ExternalPointsProxy<'a, Ctx: Context<'a>, T>: FactoryProxy<'a, Ctx> {
|
||||
fn exp_points_typed(mentionable: &T, points: &mut impl PointsVisitor<'a, Ctx>);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user