Struct includer::Asset[][src]

pub struct Asset {
    pub uri: &'static str,
    pub data: &'static [u8],
}

Fields

Methods

impl Asset
[src]

Trait Implementations

impl Debug for Asset
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Asset

impl Sync for Asset