pub unsafe trait RepeatableLendGet: LendJoin { }
Expand description
§Safety
Implementing this trait guarantees that <Self as LendJoin>::get
can
soundly be called multiple times with the same ID.
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.