Type Alias oasis_core_runtime::storage::mkvs::NodePtrRef

source ·
pub type NodePtrRef = Rc<RefCell<NodePointer>>;
Expand description

A reference-counted pointer to a pointer.

Aliased Type§

struct NodePtrRef { /* private fields */ }