Function cursive::theme::load_theme_file[][src]

pub fn load_theme_file<P>(filename: P) -> Result<Theme, Error> where
    P: AsRef<Path>, 
This is supported on crate feature toml only.
Expand description

Loads a theme from file.

Must have the toml feature enabled.