Module live_reload::internals [] [src]

Exported for compilation reasons but not useful, only look if you're curious.

This module holds to the ReloadApi struct, which is what what is looked up by the Reloadable in order to communicate with the reloadable library. It needs to be exported in order to avoid forcing the type definition into the pub symbols of the wrapped library. An instance of ReloadApi called RELOAD_API is generated by the live_reload! macro.

Structs

ReloadApi

Contains function pointers for all the parts of the reloadable object lifecycle.