Trait Coeffect

Source
pub trait Coeffect: Any { }

Implementations on Foreign Types§

Source§

impl<C: Coeffect + ?Sized> Coeffect for Box<C>

Source§

impl<C: Coeffect + ?Sized> Coeffect for Rc<C>

Source§

impl<C: Coeffect + ?Sized> Coeffect for Arc<C>

Implementors§

Source§

impl<E: 'static> Coeffect for Dispatcher<E>

Source§

impl<S: 'static> Coeffect for Db<S>