// This is free and unencumbered software released into the public domain.
/// An RDF node.
#[stability::unstable]pubtraitNode{}implcore::fmt::Debug fordynNode{fnfmt(&self, f:&mutcore::fmt::Formatter)->core::fmt::Result{
f.debug_struct("Node").finish()}}