std::ops
Trait FnOnce
One of Rust's three closure traits, it represents a closure that can be called exactly once.
std::opsTrait FnOnceOne of Rust's three closure traits, it represents a closure that can be called exactly once.