Trait Sourcefy

Source
pub trait Sourcefy {
    // Required method
    fn sourcefy(self) -> SourceEvent;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl Sourcefy for char

Implementors§