pub fn import_inline_bundle(
base64_data: &str,
dest_store: &Path,
) -> Result<ImportedSkillInfo>Expand description
Import a skill from base64-encoded zip (inline bundle)
pub fn import_inline_bundle(
base64_data: &str,
dest_store: &Path,
) -> Result<ImportedSkillInfo>Import a skill from base64-encoded zip (inline bundle)