GitUrlExt

Trait GitUrlExt 

Source
pub trait GitUrlExt {
    // Required method
    fn into_https(self) -> Self;
}
Available on crate features git2 or gitlab only.

Required Methods§

Source

fn into_https(self) -> Self

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§