Trait fera_graph::params::ParamDerefMut [] [src]

pub trait ParamDerefMut {
    type Target;
    type Output: DerefMut<Target = Self::Target>;
    fn build(self) -> Self::Output;
}

Associated Types

Required Methods

Implementations on Foreign Types

impl<'a, T> ParamDerefMut for &'a mut T
[src]

[src]

Implementors