pub fn component_type_len(address: &Address) -> Result<NonZeroUsize>
Expand description

Returns the length, in bytes, of the type of a component.

The address parameter identifies the component by its UUID.

§Errors

  • NoSuchComponent is returned if the component does not exist or is inaccessible.