Skip to main content

StrictEndpoint

Trait StrictEndpoint 

Source
pub trait StrictEndpoint {
    type Inner: BindableEndpoint + HasResType;
}
Expand description

Trait to extract binding info from a Strict endpoint.

Required Associated Types§

Implementors§