Home
last modified time | relevance | path

Searched defs:try_from (Results 1 – 3 of 3) sorted by relevance

/development/tools/external_crates/license_checker/src/
Dlicense_terms.rs31 pub fn try_from( in try_from() method
53 fn try_from() { in try_from() function
Dparsed_license_data.rs53 fn try_from(value: &License) -> Result<Self, Self::Error> { in try_from() method
95 fn try_from(value: &CrateLicenseSpecialCase) -> Result<Self, Self::Error> { in try_from() method
141 fn try_from(value: &[CrateLicenseSpecialCase]) -> Result<Self, Self::Error> { in try_from() method
/development/tools/external_crates/google_metadata/src/
Dlib.rs71 pub fn try_from<P: Into<PathBuf>>(path: P) -> Result<Self, Error> { in try_from() method