⚠️ Internal: This API is not publically exported by the
package.
Interface VarianceStruct<Env, InErr, InElem, InDone, OutErr, OutElem, OutDone>
Type Parameters
out Env
in InErr
in InElem
in InDone
out OutErr
out OutElem
out OutDone
Properties
_InDone
_InDone: ((_) => void)
_InElem
_InElem: ((_) => void)
_InErr
_InErr: ((_) => void)
_OutDone
_OutDone: ((_) => OutDone)
Type declaration
- (_): OutDone
Returns OutDone
_OutElem
_OutElem: ((_) => OutElem)
Type declaration
- (_): OutElem
Returns OutElem
_OutErr
_OutErr: ((_) => OutErr)
Type declaration
- (_): OutErr
Returns OutErr
Since
2.0.0