Trait mls_rs::identity::x509::X509WarningProvider
source · pub trait X509WarningProvider {
type Error: IntoAnyError;
// Required method
fn identity_warnings(
&self,
update: &RosterUpdate
) -> Result<Vec<IdentityWarning>, Self::Error>;
}Expand description
X.509 certificate identity warnings.
Required Associated Types§
type Error: IntoAnyError
Required Methods§
sourcefn identity_warnings(
&self,
update: &RosterUpdate
) -> Result<Vec<IdentityWarning>, Self::Error>
fn identity_warnings( &self, update: &RosterUpdate ) -> Result<Vec<IdentityWarning>, Self::Error>
Produce any custom warnings that are created due to a RosterUpdate