sxpres
0.1.0
IsComment
Required Methods
is_comment
Implementations on Foreign Types
String
Implementors
In crate sxpres
Trait
sxpres
::
IsComment
Copy item path
source
·
[
−
]
pub trait IsComment { // Required method fn
is_comment
(&self) ->
bool
; }
Expand description
Recognise a comment line.
Required Methods
§
source
fn
is_comment
(&self) ->
bool
Implementations on Foreign Types
§
source
§
impl
IsComment
for
String
source
§
fn
is_comment
(&self) ->
bool
Implementors
§