Trait veloren_common::typed::Typed
source · pub trait Typed<Context, Type, S> {
// Required method
fn reduce(self, context: Context) -> (Type, S);
}
pub trait Typed<Context, Type, S> {
// Required method
fn reduce(self, context: Context) -> (Type, S);
}