Trait DataSet
Source pub trait DataSet: Serialize + DynClone {
// Required methods
fn new(raw: String) -> Box<Self>
where Self: Sized;
fn load(
&self,
attribute_types: BTreeMap<String, String>,
) -> Result<Vec<Value>, Vec<GenericError>>;
fn get_raw(&self) -> String;
}
Performs copy-assignment from
source.
Read more
Performs copy-assignment from
source.
Read more
Performs copy-assignment from
source.
Read more
Performs copy-assignment from
source.
Read more
Serialize this value into the given Serde serializer.
Read more
Serialize this value into the given Serde serializer.
Read more
Serialize this value into the given Serde serializer.
Read more
Serialize this value into the given Serde serializer.
Read more