[][src]Function tract_hir::ops::expandable::expand

pub fn expand<E: Expansion>(e: E) -> Box<dyn InferenceOp>

Notable traits for Box<R>

impl<R> Read for Box<R> where
    R: Read + ?Sized
impl<W> Write for Box<W> where
    W: Write + ?Sized
impl<F> Future for Box<F> where
    F: Unpin + Future + ?Sized
type Output = <F as Future>::Output;impl<I> Iterator for Box<I> where
    I: Iterator + ?Sized
type Item = <I as Iterator>::Item;