macro_rules! instance_owned {
($type:ident<B $(, $arg:ident $(: $(?$sized:ident)? $($bound:path)?)?)*>) => { ... };
}Expand description
Implement ownership checking for value with instance: InstanceId field.
macro_rules! instance_owned {
($type:ident<B $(, $arg:ident $(: $(?$sized:ident)? $($bound:path)?)?)*>) => { ... };
}Implement ownership checking for value with instance: InstanceId field.