[][src]Trait tract_core::Tractify

pub trait Tractify<Other>: Sized {
    fn tractify(t: &Other) -> TractResult<Self>;
}

Required methods

fn tractify(t: &Other) -> TractResult<Self>

Loading content...

Implementors

Loading content...