Type Definition paxakos::node::InvocationOf[][src]

pub type InvocationOf<N> = <N as Node>::Invocation;
Expand description

Shorthand to extract Invocation type out of N.