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

pub trait GetWithMetadata: Sized {
    type ForSelf;
}

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

Associated Types

type ForSelf[src]

This is always WithMetadata_<Self, Self>

Loading content...

Implementors

impl<T> GetWithMetadata for T[src]

type ForSelf = WithMetadata_<Self, Self>

Loading content...