Constant wafer::config::_IMPL_SERIALIZE_FOR_FileType[][src]

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