pub(crate) trait AsSigned {
type Signed;
// Required method
fn as_signed(self) -> Self::Signed;
}
Available on (ARM or AArch64 or
target_arch=arm64ec
) and (AArch64 or target_arch=arm64ec
or target feature v7
) only.