pub const APP_SOURCE_ID: SourceID;
This is the root ID for the application itself, representing the user’s AppState. All IDs are derived from this root ID, and this is the only ID that is allowed to have a parent of None
None