Trait snarkos_network::DropJoinable[][src]

pub trait DropJoinable: Send + Sync + 'static {
    fn destroy(self);
}

Required methods

Implementations on Foreign Types

Implementors