pub unsafe trait StorageExtStr: StorageExt + Sized {
// Provided method
fn create(self) -> (*const u8, usize, &'static StorageVTable) { ... }
}Expand description
Provided Methods§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".