pub trait MapGetContentSourceContent:
Send
+ Sync
+ NonLocalValue
+ ValueDebug {
// Required method
fn map_get_content(
self: Vc<Self>,
get_content: Vc<Box<dyn GetContentSourceContent>>,
) -> Vc<Box<dyn GetContentSourceContent>>
where Self: Sized;
}
Expand description
Transformation functor