Add list output for to html (#2273)

This commit is contained in:
Shaurya Shubham
2020-07-30 10:24:55 +05:30
committed by GitHub
parent 18a4505b9b
commit 878b748a41
2 changed files with 141 additions and 107 deletions

View File

@ -28,6 +28,7 @@ use serde::{Deserialize, Serialize};
use std::hash::{Hash, Hasher};
use std::path::PathBuf;
use std::time::SystemTime;
/// The core structured values that flow through a pipeline
#[derive(Debug, Clone, PartialEq, PartialOrd, Eq, Ord, Hash, Serialize, Deserialize)]
pub enum UntaggedValue {