[−][src]Struct loon::Config
Configuration to build a Dictionary
Methods
impl Config[src]
pub fn with_localized_path<I: Into<String>, J: Into<PathBuf>>(
self,
locale: I,
load_path: J
) -> Self[src]
self,
locale: I,
load_path: J
) -> Self
Add messages for a specific locale (e.g. en) from a specific file.
pub fn with_path_pattern<I: Into<String>>(self, load_path_pattern: I) -> Self[src]
Use the specified glob pattern to add multiple files.
Locale will be determined by the file_stem: e.g. en.yml.
pub fn with_default_locale<I: Into<String>>(self, default_locale: I) -> Self[src]
Set the default locale.
pub fn finish(self) -> Result<Dictionary>[src]
Build the Dictionary item.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Config
impl Send for Config
impl Sync for Config
impl Unpin for Config
impl UnwindSafe for Config
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,