| use turbo_rcstr::RcStr; | |
| use turbo_tasks::Vc; | |
| use crate::{self as turbo_tasks}; | |
| pub trait ValueToString { | |
| fn to_string(self: Vc<Self>) -> Vc<RcStr>; | |
| } | |
| use turbo_rcstr::RcStr; | |
| use turbo_tasks::Vc; | |
| use crate::{self as turbo_tasks}; | |
| pub trait ValueToString { | |
| fn to_string(self: Vc<Self>) -> Vc<RcStr>; | |
| } | |