pub async fn try_get_import_settings<T>(
    resource_path: &Path,
    io: &dyn ResourceIo
) -> Option<T>
where T: ImportOptions,
Expand description

Tries to load import settings for a resource. It is not part of ImportOptions trait because async fn is not yet supported for traits.