Wrapper for mongoc_client_destroy().

This instance should not be used beyond this point!

Property definitions

mongodb $ NativeMongoClient :: destroy
	# Wrapper for `mongoc_client_destroy()`.
	#
	# This instance should not be used beyond this point!
	fun destroy `{
		mongoc_client_destroy(self);
		mongoc_cleanup();
	`}
lib/mongodb/native_mongodb.nit:204,2--210,3