Skip to main content

is_external_ptr_self_ty

Function is_external_ptr_self_ty 

Source
fn is_external_ptr_self_ty(ty: &Type) -> bool
Expand description

Returns true if ty is ExternalPtr<Self> (last path segment = ExternalPtr, single type argument = Self).