pub trait StreamState { }Expand description
Type-state trait for compile-time streaming capability control.
This trait enables the type system to enforce whether a request
supports streaming (StreamOn) or non-streaming (StreamOff) responses,
preventing invalid API usage patterns.