Function dmntk_workspace::deploy_definitions[][src]

pub fn deploy_definitions(
    tag: &str,
    definitions: Definitions,
    replace_existing: bool
) -> Result<(String, Option<String>, String)>
Expand description

Saves the definitions in workspace for specified user. Currently all definitions are stored like for single user. After successful deployment, the following tuple is returned (name, id, tag).