Macro shared_no_ops

Source
macro_rules! shared_no_ops {
    {} => { ... };
}
Expand description

Helper: Define the common members of Ser and SerU32.

(These are just a bunch of methods that return Err(Failed))