Module sj::version_info[][src]

0.19.0 (March 10th, 2021)

Changes

Re-designed Error:

  • Added new functions:

    pub const fn new(
        line: u32, module_path: &'static str, msg: Option<String>),
    ) -> Self;
    
    pub const fn line(&self) -> u32;
    pub const fn module_path(&self) -> &str;
    pub fn msg(&self) -> Option<&str>;
  • Removed implementation: From<String>.

Dependencies

No dependencies.