IntoBoxOrFull

Trait IntoBoxOrFull 

Source
pub trait IntoBoxOrFull {
    // Required method
    fn into_box(self) -> Option<Box>;
}
Expand description

Box or ..

Required Methods§

Source

fn into_box(self) -> Option<Box>

§Returns

Implementations on Foreign Types§

Source§

impl IntoBoxOrFull for RangeFull

Implementors§