Trait abi_stable::prefix_type::GetWithMetadata[][src]

pub trait GetWithMetadata: Sized {
    type ForSelf;
}
Expand description

A helper trait for asserting that WithMetadata_<Self, Self> == Self::ForSelf

Associated Types

This is always WithMetadata_<Self, Self>

Implementors