Skip to main content

JsonLines

Type Alias JsonLines 

pub type JsonLines<T> = JsonReadStream<T, BodyDataStream>;
Available on crate feature http only.

Aliased Type§

pub struct JsonLines<T> { /* private fields */ }