[][src]Trait mli::Graph

pub trait Graph: Train + Sized {
    fn chain<U>(self, other: U) -> Chain<Self, U> { ... }
}

Provided methods

fn chain<U>(self, other: U) -> Chain<Self, U>

Loading content...

Implementors

impl<T> Graph for T where
    T: Train
[src]

Loading content...