Skip to main content

BoxIs

Type Alias BoxIs 

Source
pub type BoxIs<T> = AsIs<Box<T>>;

Aliased Typeยง

pub struct BoxIs<T>(/* private fields */);