autoformat v1.0.0 (2022-06-03T10:33:38Z)
Dub
Repo
ToTypedMsg.RawReply
my
actor
typed
ToTypedMsg
Undocumented in source.
alias
RawReply
=
PT
alias
RawReply
=
RT
alias
RawReply
=
ReturnType
!
T
template
ToTypedMsg
(T, bool HasContext)
package package
static if
(!(
is(ReturnType!T == Promise!PT, PT)
))
static if
(!(
is(ReturnType!T == RequestResult!RT, RT)
))
alias
RawReply
=
ReturnType
!
T
Meta
Source
See Implementation
my
actor
typed
ToTypedMsg
aliases
Params
RawParams
RawReply
Reply
ToTypedMsg