SourceEnum ImagePoll
from egui import ImagePollclass ImagePoll:Represents an image which is currently being loaded.
This is similar to std.task.Poll, but the Pending variant
contains an optional size, which may be used during layout to
pre-allocate space the image.