yfunc_rust

Trait Trace

Source
pub trait Trace {
    // Required method
    fn trace(self, ctx: String) -> Self;
}

Required Methods§

Source

fn trace(self, ctx: String) -> Self

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl<T> Trace for YRes<T>