pub unsafe trait StaticTypeClone {
    type Static: 'static + Clone;

    // Provided method
    fn type_id(&self) -> TypeId { ... }
}

Required Associated Types§

source

type Static: 'static + Clone

Provided Methods§

source

fn type_id(&self) -> TypeId

Implementors§