Lines Matching defs:new
11 //! let mut ctx = MdCtx::new().unwrap();
39 //! let mut ctx = MdCtx::new().unwrap();
46 //! let mut ctx = MdCtx::new().unwrap();
71 let mut ctx = MdCtx::new().unwrap();
113 /// Creates a new context.
116 pub fn new() -> Result<Self, ErrorStack> {
417 let mut ctx = MdCtx::new().unwrap();
439 let mut ctx = MdCtx::new().unwrap();
461 let mut ctx = MdCtx::new().unwrap();
484 let mut ctx = MdCtx::new().unwrap();
489 let mut ctx = MdCtx::new().unwrap();
494 let mut ctx = MdCtx::new().unwrap();
499 let mut ctx = MdCtx::new().unwrap();
515 let mut ctx = MdCtx::new().unwrap();
524 // Create new context
525 let mut ctx = MdCtx::new().unwrap();