pub trait Handles<Cx>: Sized {
    type List: HandleList<Self, Cx>;
}

Required Associated Types§

source

type List: HandleList<Self, Cx>

Implementors§