Skip to content

Commit 7075e9d

Browse files
committed
fix: Pricer trait visibility
1 parent 0d3ec34 commit 7075e9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/quant/trait.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
use super::OptionType;
22

33
/// Pricer trait.
4-
pub(crate) trait Pricer: Time {
4+
pub trait Pricer: Time {
55
/// Calculate the price of an option.
66
fn calculate_call_put(&self) -> (f64, f64) {
77
todo!()

0 commit comments

Comments
 (0)