Skip to main content

Curl

Trait Curl 

Source
pub trait Curl {
    // Required method
    fn curl(&self) -> String;
}

Required Methods§

Source

fn curl(&self) -> String

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§