Trait recursion_schemes::recursive::Recursive
source · pub trait Recursivewhere
Self: Sized,{
type FunctorToken: Functor;
fn into_layer(self) -> <Self::FunctorToken as Functor>::Layer<Self>;
}
pub trait Recursivewhere
Self: Sized,{
type FunctorToken: Functor;
fn into_layer(self) -> <Self::FunctorToken as Functor>::Layer<Self>;
}