Trait artichoke_backend::convert::HeapAllocatedData

source ·
pub trait HeapAllocatedData {
    const RUBY_TYPE: &'static str;
}

Required Associated Constants§

source

const RUBY_TYPE: &'static str

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl HeapAllocatedData for Time

source§

const RUBY_TYPE: &'static str = "Time"

Implementors§