Trait ValueToString

Source
pub trait ValueToString:
    Send
    + Sync
    + NonLocalValue
    + ValueDebug {
    // Required method
    fn to_string(self: Vc<Self>) -> Vc<RcStr>
       where Self: Sized;
}

Required Methods§

Source

fn to_string(self: Vc<Self>) -> Vc<RcStr>
where Self: Sized,

Trait Implementations§

Implementors§