mirror of
https://github.com/chatmail/core.git
synced 2026-05-09 01:46:30 +03:00
import dc_extract... method for rustdoc example
This commit is contained in:
committed by
Floris Bruynooghe
parent
c0b1e41820
commit
76d3d86a9e
@@ -812,6 +812,7 @@ pub unsafe fn dc_create_outgoing_rfc724_mid(
|
|||||||
/// # Examples
|
/// # Examples
|
||||||
///
|
///
|
||||||
/// ```
|
/// ```
|
||||||
|
/// use deltachat::dc_tools::dc_extract_grpid_from_rfc724_mid;
|
||||||
/// let mid = "Gr.12345678901.morerandom@domain.de";
|
/// let mid = "Gr.12345678901.morerandom@domain.de";
|
||||||
/// let grpid = dc_extract_grpid_from_rfc724_mid(mid);
|
/// let grpid = dc_extract_grpid_from_rfc724_mid(mid);
|
||||||
/// assert_eq!(grpid, Some("12345678901"));
|
/// assert_eq!(grpid, Some("12345678901"));
|
||||||
|
|||||||
Reference in New Issue
Block a user