Type Definition abi_stable::pointer_trait::ImmutableRefOut[][src]

pub type ImmutableRefOut<T> = <T as ImmutableRef>::Target;
Expand description

Gets the ImmutableRef::Target associated type for T.