WithTractExtra

Trait WithTractExtra 

Source
pub trait WithTractExtra {
    // Required methods
    fn enable_tract_extra(&mut self);
    fn with_tract_extra(self) -> Self;
}

Required Methods§

Source

fn enable_tract_extra(&mut self)

Source

fn with_tract_extra(self) -> 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.

Implementations on Foreign Types§

Source§

impl WithTractExtra for Nnef

Implementors§