ink_env

Trait CodecAsType

pub trait CodecAsType: DecodeAsType + EncodeAsType { }

Object Safety§

This trait is not object safe.

Implementors§

§

impl<T> CodecAsType for T
where T: DecodeAsType + EncodeAsType,