Searched refs:TryInto (Results 1 – 5 of 5) sorted by relevance
287 TryInto(Type, Type), enumerator298 DataValueCastFailure::TryInto(from, to) => { in fmt()317 impl TryInto<$rust_ty> for DataValue {323 Err(DataValueCastFailure::TryInto(414 TryInto::<[u8; 16]>::try_into(DataValue::V128([0; 16])).unwrap(), in type_conversions()418 TryInto::<i32>::try_into(DataValue::V128([0; 16])).unwrap_err(), in type_conversions()419 DataValueCastFailure::TryInto(types::I8X16, types::I32) in type_conversions()
216 use core::convert::TryInto;
1 use std::convert::TryInto;
75 impl TryInto<http::Method> for types::Method {
2151 type TryInto = Box<dyn Fn(TypeId) -> Option<Box<dyn Any>> + Send + Sync>; typedef2171 try_into: TryInto,3115 try_into: TryInto, in produce() argument