pub trait Endpoint: Send { }
Session endpoint trait
Represents the runtime-specific connection state (e.g., Telltale channel bundle). The generated code will be generic over the endpoint type.