pub fn new<V>(value: V) -> HalResponsewhere
V: Serialize,Expand description
Create a new HAL response for the given payload value.
ยงPanics
This will panic if the value provided can not be serialized into JSON for some reason.
pub fn new<V>(value: V) -> HalResponsewhere
V: Serialize,Create a new HAL response for the given payload value.
This will panic if the value provided can not be serialized into JSON for some reason.