Skip to main content

Test

Trait Test 

Source
pub trait Test {
    // Required method
    fn test_fn() -> fn(&str) -> bool;
}

Required Methods§

Source

fn test_fn() -> fn(&str) -> bool

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§

Source§

impl Test for proxmox_api::nodes::node::config::GetOutput

Source§

impl Test for proxmox_api::nodes::node::lxc::vmid::config::GetOutput

Source§

impl Test for proxmox_api::nodes::node::qemu::vmid::config::GetOutput

Source§

impl Test for proxmox_api::cluster::config::join::PostParams

Source§

impl Test for proxmox_api::cluster::config::nodes::node::PostParams

Source§

impl Test for proxmox_api::cluster::config::PostParams

Source§

impl Test for proxmox_api::nodes::node::lxc::PostParams

Source§

impl Test for proxmox_api::nodes::node::qemu::vmid::config::PostParams

Source§

impl Test for proxmox_api::nodes::node::qemu::PostParams

Source§

impl Test for proxmox_api::nodes::node::config::PutParams

Source§

impl Test for proxmox_api::nodes::node::lxc::vmid::config::PutParams

Source§

impl Test for proxmox_api::nodes::node::qemu::vmid::config::PutParams