[][src]Trait eff::Effect

pub trait Effect {
type Output;
}

A computational effect that will be resolved to Output

Associated Types

type Output

Loading content...

Implementors

impl<R> Effect for Continue<R>[src]

type Output = R

Loading content...