Trait specs::join::RepeatableLendGet
source · 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.