pub fn register_static_memory_manager_declaration_with_schema(
id: u8,
declaring_crate: impl Into<String>,
label: impl Into<String>,
stable_key: impl AsRef<str>,
schema: SchemaMetadata,
) -> Result<(), StaticMemoryDeclarationError>Expand description
Register one MemoryManager declaration with schema metadata.