Trait text_parsing::Localize

source ·
pub trait Localize: Sized {
    // Provided method
    fn localize(self, chars: Snip, bytes: Snip) -> Local<Self> { ... }
}

Provided Methods§

source

fn localize(self, chars: Snip, bytes: Snip) -> Local<Self>

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<T: Sized> Localize for T