Skip to main content

axum_streams/
envelope.rs

1pub struct StreamFormatEnvelope<E> {
2    pub object: E,
3    pub array_field: String,
4}