NoAuthRequired

Trait NoAuthRequired 

Source
pub trait NoAuthRequired: Protocol { }
Expand description

Protocols that do NOT require authentication (DExtra, Dcs).

Used as a trait bound on Session<P, Configured>::connect so the no-auth path only exists for protocols that don’t need it. DPlus does NOT impl this — it requires authenticate first.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§