19 lines
816 B
Rust
19 lines
816 B
Rust
// rustfmt-wrap_comments: true
|
|
|
|
/// > For each sample received, the middleware internally maintains a
|
|
/// > sample_state relative to each DataReader. The sample_state can either be
|
|
/// > READ or NOT_READ.
|
|
///
|
|
/// > > For each sample received, the middleware internally maintains a
|
|
/// > > sample_state relative to each DataReader. The sample_state can either be
|
|
/// > > READ or NOT_READ.
|
|
///
|
|
/// > > > For each sample received, the middleware internally maintains a
|
|
/// > > > sample_state relative to each DataReader. The sample_state can either
|
|
/// > > > be READ or NOT_READ.
|
|
///
|
|
/// > > > > > > > > For each sample received, the middleware internally
|
|
/// > > > > > > > > maintains a sample_state relative to each DataReader. The
|
|
/// > > > > > > > > sample_state can either be READ or NOT_READ.
|
|
fn block_quote() {}
|