Searched defs:try_from (Results 1 – 3 of 3) sorted by relevance
33 fn try_from(value: &str) -> Result<Self, Self::Error> { in try_from() method47 fn try_from(value: &str) -> Result<Self, Self::Error> { in try_from() method
250 fn try_from(vec: &Vec<u8>) -> Result<Self, Self::Error> { in try_from() method275 fn try_from(value: &Value) -> Result<Self, Self::Error> { in try_from() method295 fn try_from(map: &AssetMap) -> Result<Self, Self::Error> { in try_from() method328 fn try_from(maps: &Vec<AssetMap>) -> Result<Self, Self::Error> { in try_from() method
49 fn try_from(value: i32) -> Result<Self, Self::Error> { in try_from() method