pub async fn create_group(
infra: &InfraContext<'_>,
token: &str,
group: Group,
) -> Result<(), Error>Expand description
Create an HSM group via the backend.
pub async fn create_group(
infra: &InfraContext<'_>,
token: &str,
group: Group,
) -> Result<(), Error>Create an HSM group via the backend.