Struct timeago::languages::english::English [] [src]

pub struct English;

Default language for timeago

Trait Implementations

impl Default for English
[src]

[src]

Returns the "default value" for a type. Read more

impl Language for English
[src]

[src]

What to emit by default if value is too high

[src]

What to emit by default if value is too low

[src]

Chunk of text to put at the end by default

[src]

Get word representing the given time unit, for using with x number

[src]

For German and such

Auto Trait Implementations

impl Send for English

impl Sync for English