Skip to main content

NewAind

Trait NewAind 

Source
pub trait NewAind {
    // Required method
    fn aind(self, local: u16) -> Aind;
}

Required Methods§

Source

fn aind(self, local: u16) -> Aind

Dyn Compatibility§

This trait is dyn compatible.

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

Implementations on Foreign Types§

Source§

impl NewAind for EdgeIndex

Source§

fn aind(self, local: u16) -> Aind

Source§

impl NewAind for Hedge

Source§

fn aind(self, local: u16) -> Aind

Source§

impl NewAind for NodeIndex

Source§

fn aind(self, local: u16) -> Aind

Implementors§