pub trait ModelExt {
    // Required method
    fn id2s(&self, id: &Ident) -> String;
}
Expand description

Helper trait to print es by their id.

Required Methods§

source

fn id2s(&self, id: &Ident) -> String

Implementations on Foreign Types§

source§

impl ModelExt for Model

source§

fn id2s(&self, id: &Ident) -> String

Implementors§