pub trait RcExt {
type Pointee: ?Sized;
// Required method
fn as_ptr_logic(self) -> *const Self::Pointee;
}Expand description
Extension trait for Rc.
pub trait RcExt {
type Pointee: ?Sized;
// Required method
fn as_ptr_logic(self) -> *const Self::Pointee;
}Extension trait for Rc.