pub fn domain_resource_create(
domain: DomainHandle,
attribs: ResourceAttributes,
) -> ResourceHandleExpand description
Create a named resource within a domain.
To destroy the resource, see domain_resource_destroy.
pub fn domain_resource_create(
domain: DomainHandle,
attribs: ResourceAttributes,
) -> ResourceHandleCreate a named resource within a domain.
To destroy the resource, see domain_resource_destroy.