[][src]Macro amethyst_rendy::rendy::util::instance_owned

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

Implement ownership checking for value with instance: InstanceId field.