Trait sp_core::crypto::Wraps

source ·
pub trait Wraps: Sized {
    type Inner: IsWrappedBy<Self>;
}
Expand description

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

Required Associated Types§

The inner type it is wrapping.

Implementors§

impl Wraps for Public

impl Wraps for Signature

impl Wraps for Pair

impl Wraps for Public

impl Wraps for Signature

impl Wraps for Pair

impl Wraps for Public

impl Wraps for Signature

impl Wraps for Pair

impl Wraps for Public

impl Wraps for Signature

impl Wraps for Pair