Home
last modified time | relevance | path

Searched defs:Error (Results 1 – 14 of 14) sorted by relevance

/DADK/dadk-config/src/common/
H A Dtarget_arch.rs22 type Error = String; global() typedef
24 try_from(value: &str) -> Result<Self, Self::Error> try_from() argument
H A Dtarget_arch.rs17 type Error = String; global() typedef
19 try_from(value: &str) -> Result<Self, Self::Error> try_from() argument
H A Dtarget_arch.rs18 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 Dfstype.rs27 deserialize_fs_type(input: &str) -> Result<FsType, serde_json::Error> deserialize_fs_type() argument
H A Dfstype.rs28 fn deserialize_fs_type(input: &str) -> Result<FsType, serde_json::Error> { in deserialize_fs_type()
/DADK/dadk-user/src/utils/
H A Dfile.rs15 pub fn download_file(url: &str, path: &Path) -> Result<(), Box<dyn std::error::Error>> { in download_file() argument
H A Dfile.rs15 pub fn download_file(url: &str, path: &Path) -> Result<(), Box<dyn std::error::Error>> { in download_file()
/DADK/dadk-user/src/parser/
H A Dtask.rs238 type Error = anyhow::Error; typedef
284 type Error = anyhow::Error; typedef
H A Dtask.rs415 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 Dtask.rs416 type Error = ParserError; global() typedef
417 try_from(dadk_user_task_type: DADKUserTaskType) -> Result<Self, Self::Error> try_from() argument
[all...]
H A Dtask.rs474 type Error = String; global() typedef
476 try_from(value: &str) -> Result<Self, Self::Error> try_from() argument
[all...]
H A Dconfig.rs
H A Dconfig.rs
/DADK/dadk-config/src/boot/
H A Dmetadata.rs63 fn parse_boot_metadata(toml_str: &str) -> Result<BootMetadata, toml::de::Error> { in parse_boot_metadata()