use std::ops::{Deref, DerefMut}; struct Foo; impl Deref for Foo { type Target = FnMut() + 'static; fn deref(&self) -> &Self::Target {
確定! 回上一頁