Skip to main content

ResponseRow

Trait ResponseRow 

Source
pub trait ResponseRow: Sealed { }
Expand description

ResponseRow

Marker trait for row-shape DTOs that are valid payloads for Response<R>. This trait is sealed to keep row-shape admission local to the response layer.

Implementors§