pub fn sys_object_create(
create: ObjectCreate,
sources: &[object_source],
ties: &[object_tie],
) -> Result<ObjID>Expand description
Create an object, returning either its ID or an error.
pub fn sys_object_create(
create: ObjectCreate,
sources: &[object_source],
ties: &[object_tie],
) -> Result<ObjID>Create an object, returning either its ID or an error.