Function rustpostal::teardown[][src]

pub unsafe fn teardown(component: LibModules)
👎 Deprecated since 0.2.0:

This can be handled by the Drop trait when LibModules values go out of scope

Expand description

Teardown initialized libpostal components.

Safety

The method should follow setup and makes the calling program safe.