MCPcopy Create free account
hub / github.com/alignoth/alignoth / into_iter

Method into_iter

src/plot.rs:400–402  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

398 type IntoIter = std::slice::Iter<'a, InnerPlotCigar>;
399
400 fn into_iter(self) -> Self::IntoIter {
401 self.0.iter()
402 }
403}
404
405impl FromStr for PlotCigar {

Callers 2

match_basesFunction · 0.80
orderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected