1 2 3 4 5
use super::BackendTypes; pub trait AbiBuilderMethods: BackendTypes { fn get_param(&mut self, index: usize) -> Self::Value; }