Post.method

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

Return Value

Type: const(Method)

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

Meta