pub fn get_symbol_by_id(
conn: &Connection,
symbol_id: &str,
) -> Result<Option<Symbol>, QueryError>Expand description
Retrieve one indexed symbol by its exact current-index identifier.
pub fn get_symbol_by_id(
conn: &Connection,
symbol_id: &str,
) -> Result<Option<Symbol>, QueryError>Retrieve one indexed symbol by its exact current-index identifier.