You implement Error exactly like you would any other trait; there's nothing extremely special about it: pub trait Error: Debug + Display ...
確定! 回上一頁