pub trait Forget: Height {
// Required method
fn forget(
&mut self,
forgotten: Option<Forgotten>,
index: impl Into<u64>,
) -> bool;
}
Available on crate feature
internal
only.Expand description
Forget about the authentication path to a given index.
Required Methods§
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.