pub trait TonicStatusWrapperExtwhere
Self: Into<TonicStatusWrapper>,{
// Required method
fn with_client_side_service_name(
self,
_: impl Into<Cow<'static, str>>,
) -> TonicStatusWrapper;
}
Required Methods§
sourcefn with_client_side_service_name(
self,
_: impl Into<Cow<'static, str>>,
) -> TonicStatusWrapper
fn with_client_side_service_name( self, _: impl Into<Cow<'static, str>>, ) -> TonicStatusWrapper
Set the client side service name to provide better error message.
See the documentation on the field client_side_service_name
for more details.
Object Safety§
This trait is not object safe.