dextool v4.0.0 (2021-09-08T15:39:18Z)
Dub
Repo
TypedMsg
my
actor
typed
Undocumented in source.
package
struct
TypedMsg (
P
R
) {
alias
Params
=
P
;
alias
Reply
=
R
;
}
Members
Aliases
Params
alias
Params
=
P
Undocumented in source.
Reply
alias
Reply
=
R
Undocumented in source.
Meta
Source
See Implementation
my
actor
typed
enums
isTypedActor
isTypedActorImpl
isTypedAddress
functions
IsEqual
extend
impl
typeCheckMsg
underlyingActor
underlyingAddress
underlyingTypedAddress
underlyingWeakAddress
structs
TypedActor
TypedActorImpl
TypedAddress
TypedMsg
templates
ParamsToTuple
ReturnToTupleOrVoid
ToTypedMsg
typedActor