devela 0.27.0

A development layer of coherence.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// devela::code::any::_reexport_core

use crate::{_reexport, _tags};

_reexport! { rust: core::any, location: "code/any", tag: _tags!(code),
    doc: "A trait to emulate dynamic typing.",
    Any
}
_reexport! { rust: core::any, location: "code/any", tag: _tags!(code uid),
    doc: "Represents a globally unique identifier for a type.",
    TypeId
}
_reexport! { rust: core::any, location: "code/any", tag: _tags!(code),
    doc: "Returns the name of a type as a string slice.",
    @type_name as any_type_name
}