pub const MAX_STORAGE_ID_LENGTH: u32 = 64;
Expand description

The maximum length of a storage instance ID. A storage instance ID is a 256-bit UUID, which when encoded in hex notation is 64 characters long.