use crateRawAssetHandle;
/// A typed wrapper around a [`RawAssetHandle`].
///
/// `Handle<T>` is cheap to copy and store. It does not keep the underlying
/// asset alive — the asset lives in [`Assets<T::Source>`](crate::assets::storage::Assets)
/// and can be removed independently.