Macro shopify::shopify_wrap [] [src]

macro_rules! shopify_wrap {
    (
    pub struct $t:ident {
      $key:ident: $inner_t:ty$(,)*
    }
  ) => { ... };
}