macro_rules! embedded_data_source {
($path:expr) => { ... };
}Expand description
Combines a call of include_bytes with the call of DataSource::new. Prevents you from
typing the same path twice.
macro_rules! embedded_data_source {
($path:expr) => { ... };
}Combines a call of include_bytes with the call of DataSource::new. Prevents you from
typing the same path twice.