pub struct TomlAdapter();
Expand description
TomlAdapter
transform markdown frontMatter into toml
Trait Implementations§
Source§impl Adapter for TomlAdapter
impl Adapter for TomlAdapter
Source§impl Debug for TomlAdapter
impl Debug for TomlAdapter
Source§impl Default for TomlAdapter
impl Default for TomlAdapter
Source§fn default() -> TomlAdapter
fn default() -> TomlAdapter
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TomlAdapter
impl RefUnwindSafe for TomlAdapter
impl Send for TomlAdapter
impl Sync for TomlAdapter
impl Unpin for TomlAdapter
impl UnwindSafe for TomlAdapter
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more