pub trait Source:
Asset
+ Send
+ Sync
+ NonLocalValue
+ ValueDebug {
// Required method
fn ident(self: Vc<Self>) -> Vc<AssetIdent>
where Self: Sized;
}
Expand description
(Unparsed) Source Code. Source Code is processed into [Module]s by the [AssetContext]. All Sources have content and an identifier.