Skip to main content

TurtlePrefixExt

Trait TurtlePrefixExt 

Source
pub trait TurtlePrefixExt {
    // Required method
    fn shorten<T: Based>(&self, turtle: &T, url: &str) -> Option<String>;
}

Required Methods§

Source

fn shorten<T: Based>(&self, turtle: &T, url: &str) -> Option<String>

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§