pub type AssetRequest = Request<Vec<u8>>;
A request for an asset within dioxus-desktop.
struct AssetRequest { /* private fields */ }