[][src]Macro 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.