Skip to main content

node_param

Function node_param 

Source
pub fn node_param(sig: &Signature) -> Option<Ident>
Expand description

Find the name of the function argument whose type contains TaskNode.

Returns None if no such argument exists.