Skip to main content

Endpoint

Trait Endpoint 

Source
pub trait Endpoint: Send { }
Expand description

Session endpoint trait

Represents the runtime-specific connection state (e.g., Telltale channel bundle). The generated code will be generic over the endpoint type.

Implementors§

Source§

impl<T: Send> Endpoint for T