Trait veloren_common::typed::SubContext
source · pub trait SubContext<Context> {
// Required method
fn sub_context(self) -> Context;
}
pub trait SubContext<Context> {
// Required method
fn sub_context(self) -> Context;
}