http_type/any/
type.rs

1pub use std::any::Any;
2pub type BoxAny = Box<dyn Any>;