pub trait Recursivewhere
    Self: Sized,
{ type FunctorToken: Functor; fn into_layer(self) -> <Self::FunctorToken as Functor>::Layer<Self>; }

Required Associated Types§

Required Methods§

Implementors§