[][src]Function pebble_skip::foundation::resources::load

pub fn load(resource_handle: ResHandle) -> Result<Box<'static, [u8]>, ()>

Errors

Iff not enough heap memory for the resource could be allocated.

Panics

Iff the heap allocation succeeds but not all data is read. This shouldn't happen.