mirror of
https://github.com/fafhrd91/actix-web
synced 2025-01-31 11:02:08 +01:00
hide downcast macros
This commit is contained in:
parent
db97974dc1
commit
52bb2b5daf
@ -1,4 +1,5 @@
|
||||
#[macro_export]
|
||||
#[doc(hidden)]
|
||||
macro_rules! downcast_get_type_id {
|
||||
() => {
|
||||
/// A helper method to get the type ID of the type
|
||||
@ -25,6 +26,7 @@ macro_rules! downcast_get_type_id {
|
||||
}
|
||||
|
||||
//Generate implementation for dyn $name
|
||||
#[doc(hidden)]
|
||||
#[macro_export]
|
||||
macro_rules! downcast {
|
||||
($name:ident) => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user