5 lines
136 B
Rust
5 lines
136 B
Rust
use super::BackendTypes;
|
|
|
|
pub trait AbiBuilderMethods<'tcx>: BackendTypes {
|
|
fn get_param(&mut self, index: usize) -> Self::Value;
|
|
}
|