Skip to main content

UhfClosure

Trait UhfClosure 

Source
pub trait UhfClosure: BlockSizeUser {
    // Required method
    fn call<B: UhfBackend<BlockSize = Self::BlockSize>>(self, backend: &mut B);
}
Expand description

Trait for UhfBackend users.

This trait is used to define rank-2 closures.

Required Methods§

Source

fn call<B: UhfBackend<BlockSize = Self::BlockSize>>(self, backend: &mut B)

Execute closure with the provided UHF backend.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§