Skip to main content

static_bytes

Macro static_bytes 

Source
macro_rules! static_bytes {
    ($vis:vis $name:ident = $val:expr) => { ... };
}
Expand description

Create and register a StaticBytes constant.

pagable::static_bytes!(MY_DATA = b"hello");