[][src]Trait locktree::New

pub trait New<T> {
    fn new(value: T) -> Self;
}

Required methods

fn new(value: T) -> Self

Loading content...

Implementations on Foreign Types

impl<T> New<T> for Mutex<T>[src]

impl<T> New<T> for RwLock<T>[src]

Loading content...

Implementors

Loading content...