Enum grr_plugin::Error
source · [−]pub enum Error {
NoTCPPortAvailable,
GRPCHandshakeMagicCookieValueMismatch,
Io(Error),
Generic(String),
TonicTransport(TonicError),
AddrParser(AddrParseError),
Send(String),
}Variants
NoTCPPortAvailable
GRPCHandshakeMagicCookieValueMismatch
Io(Error)
Generic(String)
TonicTransport(TonicError)
AddrParser(AddrParseError)
Send(String)
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for Error
impl !UnwindSafe for Error
Blanket Implementations
Mutably borrows from an owned value. Read more
Wrap the input message T in a tonic::Request
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more