pub trait NodeToken: Sealed { }Expand description
Token that used to update the keys in the Node.
Only the key_node_list crate holds the actual token.
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".