[][src]Trait mun_runtime::TypedHandle

pub trait TypedHandle {
    fn new(token: usize) -> Self;
fn token(&self) -> usize; }

A type to uniquely index typed collections.

Required methods

fn new(token: usize) -> Self

Constructs a new TypedHandle.

fn token(&self) -> usize

Retrieves the handle's token.

Loading content...

Implementors

impl TypedHandle for ErrorHandle[src]

Loading content...