use std::ops::{Deref, DerefMut, IndexMut}; #[derive(Debug)] struct ... S ? If S implements Deref or DerefMut , then Rust will call .deref() ...
確定! 回上一頁