pub fn aspect_get(
aspect_guid_hi: u64,
aspect_guid_lo: u64,
actor_id: ActorId,
) -> FFIResult<Vec<u8>>Expand description
Retrieve a serialized representation of aspect data of the given actor and aspect guid if it exists
The serialization format has to be defined in a protocol that is agreed upon with the owning controller module
ยงErrors
Returns crate::ErrorCode::NotFound if no aspect data can be found for the provided arguments