pub fn export_entity(
store: &Store,
id: &EntityId,
default_schema: &TypeDefinition,
mem_dir: &Path,
) -> Result<ExportResult, String>Expand description
Export a single entity by ID.
pub fn export_entity(
store: &Store,
id: &EntityId,
default_schema: &TypeDefinition,
mem_dir: &Path,
) -> Result<ExportResult, String>Export a single entity by ID.