pub fn build_adapter<T>(_dispatch: CodecDispatch<'_>) -> ExactFallbackAdapter<T>where T: From<Vec<u8>> + Send + Sync + 'static,