Struct strymon_communication::fetch::Handle [] [src]

pub struct Handle { /* fields omitted */ }

Handle for the file server. Closes the server when dropped.

Methods

impl Handle
[src]

[src]

Returns a URL in the format of tcp://host:port for the given upload.

Trait Implementations

impl Drop for Handle
[src]

[src]

Executes the destructor for this type. Read more