Trait runestick::TypeOf[][src]

pub trait TypeOf {
    fn type_hash() -> Hash;
fn type_info() -> TypeInfo; }
Expand description

Trait used for Rust types for which we can determine the runtime type of.

Required methods

Convert into a type hash.

Access diagnostical information on the value type.

Implementations on Foreign Types

Blanket implementation for references.

Blanket implementation for mutable references.

Implementors