Searched defs:try_from (Results 1 – 3 of 3) sorted by relevance
31 pub fn try_from( in try_from() method53 fn try_from() { in try_from() function
53 fn try_from(value: &License) -> Result<Self, Self::Error> { in try_from() method95 fn try_from(value: &CrateLicenseSpecialCase) -> Result<Self, Self::Error> { in try_from() method141 fn try_from(value: &[CrateLicenseSpecialCase]) -> Result<Self, Self::Error> { in try_from() method
71 pub fn try_from<P: Into<PathBuf>>(path: P) -> Result<Self, Error> { in try_from() method