pub trait AsPtr<T> { // Required method fn as_ptr(&self) -> *const T; }
Obtaining an immutable pointer