macro_rules! impl_dlc_writeable {
($st:ident, {$(($field: ident, $fieldty: tt)), *} ) => { ... };
($st:ident, $type_const:ident, {$(($field: ident, $fieldty: tt)), *} ) => { ... };
}Expand description
Implements the lightning::util::ser::Writeable trait for a struct available
in this crate.