Skip to main content

cap_into_bind

Function cap_into_bind 

Source
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>,
Expand description

Bind helper used by the effect! macro (~ desugars to this).