Rust code. use thiserror::Error; #[derive(Error, Debug)] pub enum Error { #[error("invalid library name {0:?}")] InvalidLibraryName(&'static ...
確定! 回上一頁