SourceEnum Bytes
from egui import Bytesclass Bytes:Represents a byte buffer.
This is essentially Cow<'static, [int](https://github.com/emilk/egui/blob/e44f9f60d93bba451c513b3c193f24bd0260f969/crates/egui/src/load.rs#L205)> but with the Owned variant being an Arc.