[−][src]Function owasm::ext::load_input
pub fn load_input<T>(eid: i64) -> impl Iterator<Item = T> where
T: FromStr,
Returns an iterator of raw data points for the given external ID, parsed into
the parameterized type using std::str::FromStr trait. Skip data points
with nonzero status OR cannot be parsed.