[][src]Macro transfer::transfer_let

macro_rules! transfer_let {
    ($id:ident = $fun_name:ident ($($arg:expr),*)) => { ... };
    ($id:ident = $e:expr) => { ... };
}