Type Definition paxakos::node::InvocationOf

source · []
pub type InvocationOf<N> = <N as Node>::Invocation;
Expand description

Shorthand to extract Invocation type out of N.