MCPcopy Index your code
hub / github.com/aiscriptdev/aiscript / Static

Class Static

aiscript-arena/src/static_collect.rs:12–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10#[derive(Debug, Copy, Clone, Eq, PartialEq, Ord, PartialOrd, Hash, Default)]
11#[repr(transparent)]
12pub struct Static<T: ?Sized>(pub T);
13
14impl<T: ?Sized + 'static> Rootable<'_> for Static<T> {
15 type Root = Static<T>;

Callers 2

new_staticMethod · 0.85
internMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected