Function converters::sbp2json [−][src]
pub fn sbp2json<R, W, F>(
input: R,
output: W,
formatter: F,
buffered: bool,
fatal_errors: bool
) -> Result<()> where
R: Read,
W: Write,
F: Formatter + Clone,