rs_backtester/
errors.rs

1use std::fmt::Error;
2
3pub type Result<T> = std::result::Result<T,Error>;