Constant wafer::config::_IMPL_SERIALIZE_FOR_Point3 [−][src]
const _IMPL_SERIALIZE_FOR_Point3: ()=
{ #[allow(unknown_lints)] #[allow(rust_2018_idioms)] extern crate serde as _serde; #[automatically_derived] impl _serde::Serialize for Point3 { fn serialize<__S>(self: &Self, __serializer: __S) -> _serde::export::Result<<__S>::Ok, <__S>::Error> where __S: _serde::Serializer { loop { } } } }