pub trait ForRemaining {
// Required method
fn for_remaining() -> Self;
}Expand description
Get the key that represents all remaining/unspecified keys. Implemented by
ListSplitKey and MapSplitKey.
Required Methods§
Sourcefn for_remaining() -> Self
fn for_remaining() -> Self
Get the key for remaining items.
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.