Skip to main content

MagicFetcher

Trait MagicFetcher 

Source
pub trait MagicFetcher {
    // Required method
    fn fetch(&mut self) -> Result<(), String>;
}

Required Methods§

Source

fn fetch(&mut self) -> Result<(), String>

Dyn Compatibility§

This trait is dyn compatible.

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

Implementations on Foreign Types§

Source§

impl MagicFetcher for Brush

Source§

fn fetch(&mut self) -> Result<(), String>

Source§

impl MagicFetcher for Stroke

Source§

fn fetch(&mut self) -> Result<(), String>

Implementors§