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
source
pub trait IntoRNode<R> {
fn into_rnode(self, g: &mut NodeIdGenerator) -> R;
}
Helper for derive macro. Do not implement this manually.