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