pub trait AbiBuilderMethods<'tcx>: BackendTypes {
    fn apply_attrs_callsite(
        &mut self,
        fn_abi: &FnAbi<'tcx, Ty<'tcx>>,
        callsite: Self::Value
    ); fn get_param(&mut self, index: usize) -> Self::Value; }

Required Methods

Implementors