pub trait IntoRNode<R> {
    fn into_rnode(self, g: &mut NodeIdGenerator) -> R;
}
Expand description

Helper for derive macro. Do not implement this manually.

Required Methods

Implementors