Skip to main content

JsonLines

Type Alias JsonLines 

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

Aliased Type§

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