Post.response

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

Return Value

Type: const(Response)

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

Meta