Struct cached::proc_macro::Return
source · [−]pub struct Return<T> {
pub was_cached: bool,
pub value: T,
}Fields
was_cached: boolvalue: TImplementations
Trait Implementations
Auto Trait Implementations
impl<T> RefUnwindSafe for Return<T> where
T: RefUnwindSafe,
impl<T> UnwindSafe for Return<T> where
T: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more