We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Asset::id
1 parent 4461085 commit a87efa1Copy full SHA for a87efa1
1 file changed
src/asset.rs
@@ -23,7 +23,7 @@ impl AssetID {
23
#[derive(Clone, Debug, PartialEq)]
24
pub struct Asset {
25
/// A unique identifier for the asset
26
- pub id: AssetID,
+ id: AssetID,
27
/// A unique identifier for the agent
28
pub agent_id: AgentID,
29
/// The [`Process`] that this asset corresponds to
0 commit comments