rendy_util

Macro instance_owned

Source
macro_rules! instance_owned {
    ($type:ident<B $(, $arg:ident $(: $(?$sized:ident)? $($bound:path)?)?)*>) => { ... };
}
Expand description

Implement ownership checking for value with instance: InstanceId field.