set_app_details

Function set_app_details 

Source
pub fn set_app_details(details: AppDetails)
Expand description

Registers the details for this application.

Binaries declare their details with declare_app_details! and register them here, which should be the first thing main does: anything read through get_app_details beforehand reports an unknown application.

ยงPanics

Panics if the details have already been registered.