Skip to main content

GfaNodeData

Trait GfaNodeData 

Source
pub trait GfaNodeData {
    // Required methods
    fn name(&self) -> Cow<'_, str>;
    fn sequence(&self) -> Cow<'_, str>;
}

Required Methods§

Source

fn name(&self) -> Cow<'_, str>

Source

fn sequence(&self) -> Cow<'_, str>

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§