We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a94f2ae commit b7d5e89Copy full SHA for b7d5e89
1 file changed
crates/wac-types/src/component.rs
@@ -791,7 +791,7 @@ impl fmt::Display for FuncKind {
791
pub struct ResourceAlias {
792
/// The foreign owning interface for the resource.
793
///
794
- /// This may be `None` if the resource does not have a foreign interface owner.
+ /// This may be `None` if the resource does not have a foreign interface owner such as in a world or when aliasing within the same interface.
795
#[cfg_attr(feature = "serde", serde(skip_serializing_if = "Option::is_none"))]
796
pub owner: Option<InterfaceId>,
797
/// The id of the resource that was aliased.
0 commit comments