pub struct YamlAdapter();
Expand description
YamlAdapter
transform markdown frontMatter into yaml
Trait Implementations§
Source§impl Adapter for YamlAdapter
impl Adapter for YamlAdapter
Source§impl Debug for YamlAdapter
impl Debug for YamlAdapter
Source§impl Default for YamlAdapter
impl Default for YamlAdapter
Source§fn default() -> YamlAdapter
fn default() -> YamlAdapter
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for YamlAdapter
impl RefUnwindSafe for YamlAdapter
impl Send for YamlAdapter
impl Sync for YamlAdapter
impl Unpin for YamlAdapter
impl UnwindSafe for YamlAdapter
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