Skip to main content

impl_no_pack

Macro impl_no_pack 

Source
macro_rules! impl_no_pack {
    ($t:ty) => { ... };
}
Expand description

Implement netidx_core::pack::Pack as a non-serializable stub. Use this for abstract wrapper types that should never be encoded/decoded.