web3_rust_wrapper/
traits.rs

1pub trait GetAddress {
2    fn get_address(&self, feed_name: &str) -> Option<String>;
3}