Type Alias creusot_contracts::ptr_own::RawPtr

source ยท
pub type RawPtr<T> = *const T;
Expand description

Raw pointer whose ownership is tracked by a ghost PtrOwn.