Function rama::username::compose_username_with_separator
pub fn compose_username_with_separator<const SEPARATOR: char>(
username: String,
labels: impl UsernameLabelWriter<SEPARATOR>,
) -> Result<String, ComposeError>
Expand description
Compose a username into a username together with its labels,
using a custom separator instead of the default (DEFAULT_USERNAME_LABEL_SEPARATOR
)