forward_writes

Macro forward_writes 

Source
macro_rules! forward_writes {
    ($( $write:ident ( $ty:ty ) , )*) => { ... };
}