We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
AppraisalOutput::new()
1 parent f431775 commit ab2fa47Copy full SHA for ab2fa47
1 file changed
src/simulation/investment/appraisal.rs
@@ -67,7 +67,7 @@ pub struct AppraisalOutput {
67
68
impl AppraisalOutput {
69
/// Create a new `AppraisalOutput`
70
- pub fn new<T: MetricTrait>(
+ fn new<T: MetricTrait>(
71
asset: AssetRef,
72
results: ResultsMap,
73
metric: Option<T>,
0 commit comments