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