Searched defs:Error (Results 1 – 14 of 14) sorted by relevance
/DADK/dadk-config/src/common/ |
H A D | target_arch.rs | 22 type Error = String; global() typedef 24 try_from(value: &str) -> Result<Self, Self::Error> try_from() argument
|
H A D | target_arch.rs | 17 type Error = String; global() typedef 19 try_from(value: &str) -> Result<Self, Self::Error> try_from() argument
|
H A D | target_arch.rs | 18 type Error = String; typedef 20 fn try_from(value: &str) -> Result<Self, Self::Error> { in try_from() argument
|
/DADK/dadk-config/src/rootfs/ |
H A D | fstype.rs | 27 deserialize_fs_type(input: &str) -> Result<FsType, serde_json::Error> deserialize_fs_type() argument
|
H A D | fstype.rs | 28 fn deserialize_fs_type(input: &str) -> Result<FsType, serde_json::Error> { in deserialize_fs_type()
|
/DADK/dadk-user/src/utils/ |
H A D | file.rs | 15 pub fn download_file(url: &str, path: &Path) -> Result<(), Box<dyn std::error::Error>> { in download_file() argument
|
H A D | file.rs | 15 pub fn download_file(url: &str, path: &Path) -> Result<(), Box<dyn std::error::Error>> { in download_file()
|
/DADK/dadk-user/src/parser/ |
H A D | task.rs | 238 type Error = anyhow::Error; typedef 284 type Error = anyhow::Error; typedef
|
H A D | task.rs | 415 type Error = ParserError; global() typedef 416 try_from(dadk_user_task_type: DADKUserTaskType) -> Result<Self, Self::Error> try_from() argument 590 type Error = String; global() typedef 592 try_from(value: &str) -> Result<Self, Self::Error> try_from() argument [all...] |
H A D | task.rs | 416 type Error = ParserError; global() typedef 417 try_from(dadk_user_task_type: DADKUserTaskType) -> Result<Self, Self::Error> try_from() argument [all...] |
H A D | task.rs | 474 type Error = String; global() typedef 476 try_from(value: &str) -> Result<Self, Self::Error> try_from() argument [all...] |
H A D | config.rs |
|
H A D | config.rs |
|
/DADK/dadk-config/src/boot/ |
H A D | metadata.rs | 63 fn parse_boot_metadata(toml_str: &str) -> Result<BootMetadata, toml::de::Error> { in parse_boot_metadata()
|