#[derive(Debug, Copy, Clone)] pub struct Discard; impl Drain for Discard { type Ok = (); // Never 是slog 用來代表不可能會有錯誤的一個型態,這邊就不管了type ...
確定! 回上一頁