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

Method id

src/lib.rs:116–119  ·  view source on GitHub ↗
(mut self, id: impl Into<Id>)

Source from the content-addressed store, hash-verified

114 /// Accepts an `Id` or a `&'static str` label.
115 #[inline]
116 pub fn id(mut self, id: impl Into<Id>) -> Self {
117 self.id = Some(id.into());
118 self
119 }
120
121 /// Sets the aspect ratio of the element.
122 #[inline]

Calls

no outgoing calls