Type Definition sensitive::boxed::Box[][src]

type Box<T> = Guard<Box<T, Sensitive>>;

Trait Implementations

impl<T: Default> Default for Box<T>[src]

fn default() -> Self[src]

Returns the “default value” for a type. Read more