Function textcat::category::load[][src]

pub fn load<T>(path: &str) -> IoResult<Categories<T>> where
    for<'a> T: PartialEq<T> + Serialize + Deserialize<'a> + Clone
Expand description

Loads categories stored from a file.