Trait extfsm::Annotated [] [src]

pub trait Annotated where
    Self: Sized
{ fn name(self, _name: &str) -> Self;
fn color(self, _color: DotColor) -> Self;
fn get_name(&self) -> &Option<String>;
fn get_color(&self) -> DotColor; }

Required Methods

set optional name

set color

Implementors