pub fn decode_csv<O0: Into<Output>, O1: Into<Output>>( records: O0, record_defaults: O1, scope: &mut Scope, ) -> Result<Operation>
Shorthand for DecodeCSV::new().build(records, record_defaults, scope).
DecodeCSV::new().build(records, record_defaults, scope)