Post.response

struct Post(Direction DIRECTION)
@trusted const pure
static if(DIRECTION is Direction.RECEIVE)
const(Response)
response
()

Return Value

Type: const(Response)

if the message type is an response it returns it * or else it throws an exception