Enum apple_sdk::SdkSearchEvent
source · pub enum SdkSearchEvent {
SearchingLocation(SdkSearchLocation),
PlatformDirectoryInclude(PathBuf),
PlatformDirectoryExclude(PathBuf),
SdkFilterSkip(SdkPath),
SdkFilterMatch(SdkPath),
SdkFilterExclude(SdkPath, String),
Sorting(usize, SdkSorting),
}Expand description
Describes an event during SDK discovery.
This events are sent to the progress callback to allow monitoring and debugging of SDK searching activity.
Variants§
SearchingLocation(SdkSearchLocation)
Beginning a search of a given location.