Skip to main content

normalize_owners

Function normalize_owners 

Source
pub fn normalize_owners(
    owners: Vec<OwnerRef>,
) -> Result<Vec<OwnerRef>, OwnerValidationError>
Expand description

Normalize owners: non-empty, deduplicated, stable order.