[][src]Function assemble_app::kv_scan

pub fn kv_scan<T>(b: &str, opts: &ScanOpts) -> Result<Vec<(String, T)>> where
    T: DeserializeOwned