wrapping_box_str

Macro wrapping_box_str 

Source
macro_rules! wrapping_box_str {
    (
        $( #[$meta:meta] )*
        $pub:vis struct $name:ident($inner_pub:vis $inner_ty:ty);
    ) => { ... };
}