HKST

Trait HKST 

Source
pub trait HKST<'a, B> {
    type A;
    type M;
}
Expand description

Higher kinded Type helper for M -> M

Required Associated Types§

Source

type A

Current Type

Source

type M

Type M

Implementations on Foreign Types§

Source§

impl<'a, B: 'a> HKST<'a, B> for Option<B>

Source§

impl<'a, B: 'a> HKST<'a, B> for Box<B>

Source§

impl<'a, B: 'a> HKST<'a, B> for Rc<B>

Source§

impl<'a, B: 'a> HKST<'a, B> for Vec<B>

Implementors§