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