pub trait Info {
// Required method
fn info(&self) -> SymbolInfo;
}Expand description
Retrieve symbol information.
Required Methods§
Sourcefn info(&self) -> SymbolInfo
fn info(&self) -> SymbolInfo
Get symbol information.
pub trait Info {
// Required method
fn info(&self) -> SymbolInfo;
}Retrieve symbol information.
Get symbol information.