[][src]Trait dprint_core::InfoTrait

pub trait InfoTrait {
    fn get_unique_id(&self) -> usize;
fn get_name(&self) -> &'static str; }

Required methods

fn get_unique_id(&self) -> usize

fn get_name(&self) -> &'static str

Loading content...

Implementors

impl InfoTrait for Info[src]

Loading content...