pub fn cap_into_bind<'a, Wide, T>( t: T, wide: &'a mut Wide, ) -> BoxFuture<'a, Result<T::A, T::E>>where T: CapBind<'a, Wide>,
Bind helper used by the effect! macro (~ desugars to this).
effect!
~