logo

Function bevy::asset::create_platform_default_asset_io[]

pub fn create_platform_default_asset_io(
    app: &mut App
) -> Box<dyn AssetIo + 'static, Global>
Notable traits for Box<F, A>
impl<F, A> Future for Box<F, A> where
    F: Future + Unpin + ?Sized,
    A: Allocator + 'static, 
type Output = <F as Future>::Output;impl<I, A> Iterator for Box<I, A> where
    I: Iterator + ?Sized,
    A: Allocator
type Item = <I as Iterator>::Item;
Expand description

Create an instance of the platform default AssetIo

This is useful when providing a custom AssetIo instance that needs to delegate to the default AssetIo for the platform.