Struct includer::web::WebAsset[][src]

pub struct WebAsset {
    pub uri: &'static str,
    pub data: &'static [u8],
    pub data_gz: Option<&'static [u8]>,
    pub data_br: Option<&'static [u8]>,
}

Fields

Methods

impl WebAsset
[src]

Trait Implementations

impl Debug for WebAsset
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for WebAsset

impl Sync for WebAsset