Trait clacks::Function [] [src]

pub trait Function {
    type Reply: BoxedDeserialize;
}

Associated Types

Implementors