Trait veloren_voxygen::scene::figure::cache::ModelEntryFuture
source · pub trait ModelEntryFuture<const N: usize> {
type ModelEntry: ModelEntry;
// Required methods
fn into_done(self) -> Option<Self::ModelEntry>;
fn get_done(&self) -> Option<&Self::ModelEntry>;
}