pub struct StoreName(_);Expand description
Name of a store
This has to be a static string and has certain constraints of it such as the length and types of characters allowed in it (alphanumeric and ‘-’, ‘_’).
Implementations§
source§impl StoreName
impl StoreName
sourcepub const MAX_LEN: usize = 54usize
pub const MAX_LEN: usize = 54usize
Maximum allowed length of name of a store
Internal
TODO: This is currently too long, should reduce to 32 but currently can’t as we have stores in use with longer names.
The host has a limitation on 64 total for store name + user id (~20 chars), see SyncStoreName