[][src]Trait gluon_base::types::AsId

pub trait AsId<Id> where
    Id: ?Sized
{ fn as_id(&self) -> &Id; }

Required methods

fn as_id(&self) -> &Id

Loading content...

Implementors

impl<Id> AsId<Id> for Id where
    Id: ?Sized
[src]

impl<T, Pos> AsId<T> for Spanned<T, Pos>[src]

Loading content...