Trait sp_core::crypto::Wraps[][src]

pub trait Wraps: Sized {
    type Inner: IsWrappedBy<Self>;
}

Opposite of IsWrappedBy - denotes a type which is a simple wrapper around another type.

Associated Types

type Inner: IsWrappedBy<Self>[src]

The inner type it is wrapping.

Loading content...

Implementors

Loading content...