pub trait DoubleList { // Required methods fn as_ptr(&self) -> *const f64; fn len_i32(&self) -> i32; }