Trait lfa::Parameterised [] [src]

pub trait Parameterised<I: ?Sized, V> {
    fn update(&mut self, input: &I, update: V) -> UpdateResult<()>;
}

Required Methods

Implementations on Foreign Types

impl<I: ?Sized, V, T> Parameterised<I, V> for Box<T> where
    T: Parameterised<I, V>, 
[src]

[src]

Implementors