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

Class PlotCigar

src/plot.rs:378–378  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

376/// Example: `50=|3d|10=|1C|1G|iGGT`
377#[derive(Debug, Eq, PartialEq)]
378struct PlotCigar(Vec<InnerPlotCigar>);
379
380impl Serialize for PlotCigar {
381 fn serialize<S>(&self, serializer: S) -> Result<S::Ok, S::Error>

Callers 9

from_strMethod · 0.85
from_cigarMethod · 0.85
test_read_orderingFunction · 0.85
test_plot_cigar_matchFunction · 0.85
test_plot_cigar_deletionFunction · 0.85
test_plot_cigar_from_strFunction · 0.85

Calls

no outgoing calls