ink_primitives::types

Trait CodecAsType

source
pub trait CodecAsType: DecodeAsType + EncodeAsType { }

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<T: DecodeAsType + EncodeAsType> CodecAsType for T