pub trait TestVal: Sized {
    // Required method
    fn test_val() -> Self;
}
Expand description

Utility trait for test values

Required Methods§

source

fn test_val() -> Self

Create the test val

Implementations on Foreign Types§

source§

impl TestVal for Arc<KitsuneSpace>

source§

impl TestVal for Arc<KitsuneOpHash>

source§

impl TestVal for Arc<KitsuneBasis>

source§

impl TestVal for Arc<KitsuneAgent>

Implementors§