Trait janetrs::JanetTypeName

source ·
pub trait JanetTypeName {
    // Required method
    fn name() -> String;
}
Expand description

Trait defining the name of the type known to Janet

Required Methods§

source

fn name() -> String

Returns a string with the name of the type

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl JanetTypeName for bool

source§

impl JanetTypeName for f64

source§

impl JanetTypeName for i64

source§

impl JanetTypeName for u64

Implementors§