MCPcopy Create free account
hub / github.com/GraphiteEditor/Graphite / deref

Method deref

node-graph/libraries/resources/src/lib.rs:50–52  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

48 type Target = [u8];
49
50 fn deref(&self) -> &[u8] {
51 (*self.inner).as_ref()
52 }
53}
54
55impl AsRef<[u8]> for Resource {

Callers 1

render_to_velloMethod · 0.45

Calls 1

as_refMethod · 0.45

Tested by

no test coverage detected