pub trait CorporationTrait {
    // Required methods
    fn get_ticker_symbol(&self) -> &[TickerSymbolProperty];
    fn take_ticker_symbol(&mut self) -> Vec<TickerSymbolProperty>;
}
Expand description

This trait is for properties from https://schema.org/Corporation.

Required Methods§

Implementors§