fail

Function fail 

Source
pub fn fail<T, S, E, R>(error: E, reactor: R) -> Fail<R, E>
where E: Clone, R: Reactor<T, S>,