Skip to main content

GuiNetChartExt

Trait GuiNetChartExt 

Source
pub trait GuiNetChartExt<T: HasIDispatch = Self>: HasIDispatch<T> {
    // Provided methods
    fn link_count(&self) -> Result<i32> { ... }
    fn node_count(&self) -> Result<i32> { ... }
    fn get_link_content(&self, p0: i32, p1: i32) -> Result<String> { ... }
    fn get_node_content(&self, p0: i32, p1: i32) -> Result<String> { ... }
    fn send_data(&self, p0: String) -> Result<()> { ... }
}

Provided Methods§

Source

fn node_count(&self) -> Result<i32>

Source

fn get_node_content(&self, p0: i32, p1: i32) -> Result<String>

Source

fn send_data(&self, p0: String) -> Result<()>

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§