Struct yoin_core::dic::FstDic [] [src]

pub struct FstDic<T: Borrow<[u8]>> { /* fields omitted */ }

Methods

impl<'a> FstDic<&'a [u8]>
[src]

[src]

impl FstDic<Vec<u8>>
[src]

[src]

Trait Implementations

impl<T: Debug + Borrow<[u8]>> Debug for FstDic<T>
[src]

[src]

Formats the value using the given formatter.

impl<T: Clone + Borrow<[u8]>> Clone for FstDic<T>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<'a, T: Borrow<[u8]>> Dic<'a> for FstDic<T>
[src]

[src]

[src]

[src]

[src]