Trait radn::func::WeakFunctor
source · pub trait WeakFunctor<'a>: 'a + Send {
type F<A: 'a + Send>: 'a + Send;
}Expand description
Part of Haskell’s Functor f responsible for having f a.
https://hackage.haskell.org/package/base-4.18.0.0/docs/Data-Functor.html