MCPcopy Create free account
hub / github.com/TheRedDeveloper/ply-engine / empty

Method empty

src/lib.rs:457–459  ·  view source on GitHub ↗

Finalizes the element with no children.

(self)

Source from the content-addressed store, hash-verified

455
456 /// Finalizes the element with no children.
457 pub fn empty(self) -> Id {
458 self.children(|_| {})
459 }
460}
461
462impl<'ply, CustomElementData: Clone + Default + std::fmt::Debug> core::ops::Deref

Calls 1

childrenMethod · 0.80