[][src]Macro rendy_core::instance_owned

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

Implement ownership checking for value with instance: InstanceId field.