Skip to main content

AssetTearSheetManager

Trait AssetTearSheetManager 

Source
pub trait AssetTearSheetManager<AssetKey> {
    // Required methods
    fn asset(&self, key: &AssetKey) -> &TearSheetAssetGenerator;
    fn asset_mut(&mut self, key: &AssetKey) -> &mut TearSheetAssetGenerator;
}

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§