pub trait HasStub {
    type Stub: ObjectStub;
}

Required Associated Types§

Implementors§