Searched defs:Boxed (Results 1 – 8 of 8) sorted by relevance
95 pub struct Boxed; struct99 fn miette_kind(&self) -> Boxed { in miette_kind()106 impl Boxed { implementation
100 pub struct Boxed; struct106 fn anyhow_kind(&self) -> Boxed { in anyhow_kind()115 impl Boxed { impl
98 pub struct Boxed; struct104 fn anyhow_kind(&self) -> Boxed { in anyhow_kind()113 impl Boxed { impl
28 class Boxed { class30 Boxed(::rust::Box<BoxedT> b) : box_(std::move(b)) {} in Boxed() function in hwtrust::Boxed
12 Boxed(std_support::BoxedError), enumerator
161 pub enum Boxed { enum
768 struct Boxed<M>(M); struct770 impl<'a, M> MakeWriter<'a> for Boxed<M> implementation