pub type Owner = Arc<dyn Any + Send + Sync>;Expand description
Anything that keeps a foreign buffer’s memory alive: the importing side stores its release guards here and the buffer outlives nothing else.
Aliased Type§
pub struct Owner { /* private fields */ }