pub trait WithAbi<const ABI: u8> {
type F: FnPtr + HasAbi<ABI>;
}Expand description
Computes the function pointer type obtained by changing the ABI while preserving arity, arguments, return type, and safety.
pub trait WithAbi<const ABI: u8> {
type F: FnPtr + HasAbi<ABI>;
}Computes the function pointer type obtained by changing the ABI while preserving arity, arguments, return type, and safety.