MCPcopy Create free account
hub / github.com/Logicalshift/flo_draw / into

Method into

canvas/src/path.rs:26–28  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

24impl Into<Draw> for PathOp {
25 #[inline]
26 fn into(self) -> Draw {
27 Draw::Path(self)
28 }
29}

Callers 8

from_bytesMethod · 0.45
visit_seqMethod · 0.45
visit_mapMethod · 0.45
with_2d_graphicsFunction · 0.45
create_glutin_threadFunction · 0.45
show_titleFunction · 0.45
show_statsFunction · 0.45
show_mandelbrotFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected