serve_nbd

Function serve_nbd 

Source
pub async fn serve_nbd<B, C>(block_device: B, client: C) -> Result<()>
Expand description

Serve a block device using a read/write client.