pub trait MoveTypeTagTrait {
    // Required method
    fn get_type_tag() -> TypeTag;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl MoveTypeTagTrait for u8

source§

impl MoveTypeTagTrait for u64

source§

impl<T: MoveTypeTagTrait> MoveTypeTagTrait for Vec<T>

Implementors§