Trait faktory::FromUrl [] [src]

pub trait FromUrl {
    fn from_url(url: &Url) -> Self;
}

A type that can be constructed from a Url connection string.

Required Methods

Construct a new Self from the given url.

Implementations on Foreign Types

impl FromUrl for Url
[src]

[src]

impl FromUrl for String
[src]

[src]

Implementors