[][src]Macro rdp::trame

macro_rules! trame {
    () => { ... };
    ($( $val: expr ),*) => { ... };
}

Macro to easily init a new Trame of message

Example

    let t = trame! [0 as u8, U32::BE(4)];