SourceClass DefaultBytesLoader
from egui import DefaultBytesLoaderclass DefaultBytesLoader:Maps URI:s to Bytes, e.g. found with include_bytes!.
By convention, the URI:s should be prefixed with bytes://.
from egui import DefaultBytesLoaderclass DefaultBytesLoader:Maps URI:s to Bytes, e.g. found with include_bytes!.
By convention, the URI:s should be prefixed with bytes://.
def byte_size(self, /) -> int§@staticmethod
def default() -> DefaultBytesLoader§def end_pass(self, /, pass_index: int) -> None§def forget(self, /, uri: str) -> None§def forget_all(self, /) -> None§def has_pending(self, /) -> bool§def id(self, /) -> str§def insert(self, /, uri: str, bytes: Bytes) -> None§def load(self, /, ctx: Context, uri: str) -> BytesPoll§