[][src]Trait dprint_core::InfoRef

pub trait InfoRef {
    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 InfoRef for Info[src]

Loading content...