Function crayon::res::load_with_callback

source ·
pub fn load_with_callback<T>(uuid: Uuid, func: T) -> Result<(), Error>where
    T: FnOnce(Response) + Send + 'static,
Expand description

Loads file asynchronously with response callback.