http_type/any/
type.rs

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