import

Function import 

Source
pub fn import(
    structsy: &Structsy,
    iter: impl Iterator<Item = Data>,
) -> Result<(), StructsyError>
Expand description

Import all the data provided by the iterator to a structsy database.