pub type BoxedLanguage = Box<dyn Language + Send + Sync + 'static>;
Expand description
Dynamic version of the Language
trait
Aliased Type§
pub struct BoxedLanguage(/* private fields */);
Trait Implementations§
Source§impl Language for BoxedLanguage
impl Language for BoxedLanguage
Source§fn clone_boxed(&self) -> BoxedLanguage
fn clone_boxed(&self) -> BoxedLanguage
Make a dynamic copy of this language
Source§fn place_ago_before(&self) -> bool
fn place_ago_before(&self) -> bool
For German and such
Source§fn extra_space(&self) -> &str
fn extra_space(&self) -> &str
For Thai and such