pub trait Keepalive: Send + Sync { }Expand description
Marker trait: the implementor keeps a backing memory allocation alive.
As long as a value implementing this trait exists, the memory region
described by the containing KeepaliveLocalMemory is guaranteed to
remain valid.