Function get_server
pub fn get_server() -> Option<ServerController>Available on crate feature
ttrpc only.Expand description
The current call’s ServerController, or None outside a running method handler.
pub fn get_server() -> Option<ServerController>ttrpc only.The current call’s ServerController, or None outside a running method handler.